new parameter addspacechars
[swftools.git] / src / swfc-history.h
index 093db69..3350892 100644 (file)
@@ -117,7 +117,7 @@ typedef struct _history
 {
     U16 firstFrame, lastFrame;
        TAG* firstTag;
-    dictionary_t* states;
+    dict_t* states;
 } history_t;
 
 history_t* history_new();