default impl of getShortName

This commit is contained in:
ehouse 2005-01-13 14:36:42 +00:00
parent be8b96424a
commit d563b84821

View file

@ -497,6 +497,7 @@ dict_super_init( DictionaryCtxt* ctxt )
/* subclass may change these later.... */ /* subclass may change these later.... */
ctxt->func_edge_for_index = dict_super_edge_for_index; ctxt->func_edge_for_index = dict_super_edge_for_index;
ctxt->func_dict_getTopEdge = dict_super_getTopEdge; ctxt->func_dict_getTopEdge = dict_super_getTopEdge;
ctxt->func_dict_getShortName = dict_getName;
} /* dict_super_init */ } /* dict_super_init */
#ifdef CPLUS #ifdef CPLUS