mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add dict_getShortName, casts for symbian
This commit is contained in:
parent
e847769650
commit
3394e20e9b
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ dict_loadFromStream( DictionaryCtxt* dict, XWStreamCtxt* stream )
|
||||||
|
|
||||||
XP_ASSERT( !dict->destructor );
|
XP_ASSERT( !dict->destructor );
|
||||||
dict->destructor = common_destructor;
|
dict->destructor = common_destructor;
|
||||||
|
dict->func_dict_getShortName = dict_getName; /* default */
|
||||||
|
|
||||||
nFaces = (XP_U8)stream_getBits( stream, 6 );
|
nFaces = (XP_U8)stream_getBits( stream, 6 );
|
||||||
maxCountBits = (XP_U16)stream_getBits( stream, 3 );
|
maxCountBits = (XP_U16)stream_getBits( stream, 3 );
|
||||||
|
|
Loading…
Reference in a new issue