mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
fix linux build: set up super's vtable
This commit is contained in:
parent
7afe70569c
commit
00cc411f39
1 changed files with 1 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue