From 774b5a27cc710546cc93af7ea6b4855dadb497a0 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 13 Nov 2004 05:20:35 +0000 Subject: [PATCH] pass globals to palm_dictionary_make --- xwords4/palm/palmdict.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/palm/palmdict.h b/xwords4/palm/palmdict.h index 8dfe4dd46..ebd71120b 100644 --- a/xwords4/palm/palmdict.h +++ b/xwords4/palm/palmdict.h @@ -24,8 +24,8 @@ #include "mempool.h" #include "dictui.h" -DictionaryCtxt* palm_dictionary_make( MPFORMAL XP_UCHAR* dictName, - PalmDictList* dl ); +DictionaryCtxt* palm_dictionary_make( MPFORMAL PalmAppGlobals* globals, + XP_UCHAR* dictName, PalmDictList* dl ); /* might eventually belong in the superclass */ XP_UCHAR* dict_getName( DictionaryCtxt* dict );