summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 6c70790e..98ed17a1 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -19,11 +19,7 @@ typedef struct CheckItem_ {
} CheckItem;
-#ifdef DEBUG
-extern char* CHECKITEM_CLASS;
-#else
-#define CHECKITEM_CLASS NULL
-#endif
+extern ObjectClass CheckItem_class;
CheckItem* CheckItem_new(char* text, bool* ref, bool value);