summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 98ed17a1..86d4aa5b 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -14,8 +14,8 @@ in the source distribution for its full text.
typedef struct CheckItem_ {
Object super;
char* text;
- bool value;
bool* ref;
+ bool value;
} CheckItem;