summaryrefslogtreecommitdiffstats
path: root/src/fileparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileparser.h')
-rw-r--r--src/fileparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileparser.h b/src/fileparser.h
index 7c3f40c..3132f92 100644
--- a/src/fileparser.h
+++ b/src/fileparser.h
@@ -26,7 +26,7 @@ class FileParser : public ParserInterface
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,
const QCString &input,