summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.h')
-rw-r--r--ListItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ListItem.h b/ListItem.h
index 46d2d653..b48f0acd 100644
--- a/ListItem.h
+++ b/ListItem.h
@@ -15,6 +15,7 @@ typedef struct ListItem_ {
Object super;
char* value;
int key;
+ bool moving;
} ListItem;