summaryrefslogtreecommitdiffstats
path: root/src/xmlscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlscanner.h')
-rw-r--r--src/xmlscanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlscanner.h b/src/xmlscanner.h
index b54d416..0fe01a7 100644
--- a/src/xmlscanner.h
+++ b/src/xmlscanner.h
@@ -29,7 +29,7 @@ public:
void startTranslationUnit(const char *) {}
void finishTranslationUnit() {}
void parseInput(const char *, const char *, const std::unique_ptr<Entry> &, bool , QStrList &) {}
- bool needsPreprocessing(const QCString &) { return FALSE; }
+ bool needsPreprocessing(const QCString &) const { return FALSE; }
void parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,