fix linux build: set up super's vtable

This commit is contained in:
ehouse 2004-10-30 17:01:20 +00:00
parent 7afe70569c
commit 00cc411f39

View file

@ -55,6 +55,7 @@ linux_dictionary_make( MPFORMAL char* dictFileName )
(LinuxDictionaryCtxt*)XP_MALLOC(mpool, sizeof(*result));
XP_MEMSET( result, 0, sizeof(*result) );
dict_super_init( (DictionaryCtxt*)result );
MPASSIGN(result->super.mpool, mpool);
if ( !!dictFileName ) {