From b494b3ba21177c20855b6c86d8aa1f1feb557483 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Nov 2008 10:39:59 +0000 Subject: [PATCH] switched to new dict impl. --- src/swfc-history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 1.7.10.4