diff options
Diffstat (limited to 'src/define.cpp')
-rw-r--r-- | src/define.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/define.cpp b/src/define.cpp index 31c4b76..f010a9b 100644 --- a/src/define.cpp +++ b/src/define.cpp @@ -42,5 +42,5 @@ Define::~Define() bool Define::hasDocumentation() { - return definition && (doc || Config::instance()->getBool("EXTRACT_ALL")); + return definition && (doc || Config_getBool("EXTRACT_ALL")); } |