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