add dict_getShortName, casts for symbian

This commit is contained in:
ehouse 2004-12-18 01:04:57 +00:00
parent e847769650
commit 3394e20e9b

View file

@ -290,6 +290,7 @@ dict_loadFromStream( DictionaryCtxt* dict, XWStreamCtxt* stream )
XP_ASSERT( !dict->destructor );
dict->destructor = common_destructor;
dict->func_dict_getShortName = dict_getName; /* default */
nFaces = (XP_U8)stream_getBits( stream, 6 );
maxCountBits = (XP_U16)stream_getBits( stream, 3 );