mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
call dict_super_init
This commit is contained in:
parent
2f1611d3c1
commit
c332ad501e
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ frank_dictionary_make( MPFORMAL XP_UCHAR* dictName )
|
|||
|
||||
ctxt = (FrankDictionaryCtxt*)XP_MALLOC(mpool, sizeof(*ctxt));
|
||||
XP_MEMSET( ctxt, 0, sizeof(*ctxt) );
|
||||
|
||||
dict_super_init( (DictionaryCtxt*)ctxt );
|
||||
|
||||
MPASSIGN( ctxt->super.mpool, mpool );
|
||||
|
||||
if ( !!dictName ) {
|
||||
|
|
Loading…
Reference in a new issue