From: kramm Date: Wed, 12 Nov 2008 10:39:59 +0000 (+0000) Subject: switched to new dict impl. X-Git-Tag: release-0-9-0~826 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=b494b3ba21177c20855b6c86d8aa1f1feb557483 switched to new dict impl. --- diff --git a/src/swfc-history.h b/src/swfc-history.h index 093db69..3350892 100644 --- a/src/swfc-history.h +++ b/src/swfc-history.h @@ -117,7 +117,7 @@ typedef struct _history { U16 firstFrame, lastFrame; TAG* firstTag; - dictionary_t* states; + dict_t* states; } history_t; history_t* history_new();