mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
default impl of getShortName
This commit is contained in:
parent
be8b96424a
commit
d563b84821
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ dict_super_init( DictionaryCtxt* ctxt )
|
|||
/* subclass may change these later.... */
|
||||
ctxt->func_edge_for_index = dict_super_edge_for_index;
|
||||
ctxt->func_dict_getTopEdge = dict_super_getTopEdge;
|
||||
ctxt->func_dict_getShortName = dict_getName;
|
||||
} /* dict_super_init */
|
||||
|
||||
#ifdef CPLUS
|
||||
|
|
Loading…
Add table
Reference in a new issue