1 --- xbase-2.0.0/xbase/ntx.h.orig 2006-04-09 07:40:43.000000000 -0400
2 +++ xbase-2.0.0/xbase/ntx.h 2006-04-09 07:40:53.000000000 -0400
3 @@ -218,7 +218,7 @@ class XBDLLEXPORT xbNtx : public xbIndex
4 xbShort KeyExists( char * Key ) { return FindKey( Key, strlen( Key ), 0 ); }
5 xbShort KeyExists( xbDouble );
7 - xbShort xbNtx::AllocKeyBufs(void);
8 + xbShort AllocKeyBufs(void);
10 virtual void GetExpression(char *buf, int len);