--- xbase-2.1.1/xbase/ntx.h.orig 2003-08-16 21:59:39.000000000 +0200 +++ xbase-2.1.1/xbase/ntx.h 2006-02-21 08:32:35.405905250 +0100 @@ -219,7 +219,7 @@ xbShort KeyExists( char * Key ) { return FindKey( Key, strlen( Key ), 0 ); } xbShort KeyExists( xbDouble ); - xbShort xbNtx::AllocKeyBufs(void); + xbShort AllocKeyBufs(void); virtual void GetExpression(char *buf, int len); };