File xbase-2.0.0-gcc41fix.patch of Package xbase
--- xbase/ntx.h 2005/10/18 10:29:00 1.1 +++ xbase/ntx.h 2005/10/18 10:29:24 @@ -218,7 +218,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); };