mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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));
|
ctxt = (FrankDictionaryCtxt*)XP_MALLOC(mpool, sizeof(*ctxt));
|
||||||
XP_MEMSET( ctxt, 0, sizeof(*ctxt) );
|
XP_MEMSET( ctxt, 0, sizeof(*ctxt) );
|
||||||
|
|
||||||
|
dict_super_init( (DictionaryCtxt*)ctxt );
|
||||||
|
|
||||||
MPASSIGN( ctxt->super.mpool, mpool );
|
MPASSIGN( ctxt->super.mpool, mpool );
|
||||||
|
|
||||||
if ( !!dictName ) {
|
if ( !!dictName ) {
|
||||||
|
|
Loading…
Reference in a new issue