git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f791b1b
)
switched to new dict impl.
author
kramm
<kramm>
Wed, 12 Nov 2008 10:39:59 +0000
(10:39 +0000)
committer
kramm
<kramm>
Wed, 12 Nov 2008 10:39:59 +0000
(10:39 +0000)
src/swfc-history.h
patch
|
blob
|
history
diff --git
a/src/swfc-history.h
b/src/swfc-history.h
index
093db69
..
3350892
100644
(file)
--- 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();