blob: c5ff720dac8044308445294c15096d13e85bfc4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xbase-2.0.0/xbase/ntx.h.orig 2006-04-09 07:40:43.000000000 -0400
+++ xbase-2.0.0/xbase/ntx.h 2006-04-09 07:40:53.000000000 -0400
@@ -218,7 +218,7 @@ class XBDLLEXPORT xbNtx : public xbIndex
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);
};
|