summaryrefslogtreecommitdiffstats
path: root/src/define.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/define.cpp')
-rw-r--r--src/define.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/define.cpp b/src/define.cpp
index 121f5cb..b5d9170 100644
--- a/src/define.cpp
+++ b/src/define.cpp
@@ -50,5 +50,5 @@ Define::~Define()
bool Define::hasDocumentation()
{
- return definition && (doc || Config_getBool("EXTRACT_ALL"));
+ return definition && (doc || Config_getBool(EXTRACT_ALL));
}