aboutsummaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
commit85bb4ad9cb820ac3b8e935a930084a06cbfd2847 (patch)
tree681fd9b2d9fa80931b2a8bec4bb6667865b7c569 /CheckItem.h
parentea859f50d9438bc61ae96721a4d255b49de78653 (diff)
downloaddebian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.tar.gz
debian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.tar.bz2
debian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.zip
Imported Upstream version 0.6.3upstream/0.6.3
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 6cba3e2..e1ad4c9 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_CheckItem
#define HEADER_CheckItem
@@ -21,8 +21,12 @@ typedef struct CheckItem_ {
bool* value;
} CheckItem;
-extern char* CHECKITEM_CLASS;
+#ifdef DEBUG
+extern char* CHECKITEM_CLASS;
+#else
+#define CHECKITEM_CLASS NULL
+#endif
CheckItem* CheckItem_new(char* text, bool* value);

© 2014-2024 Faster IT GmbH | imprint | privacy policy