summaryrefslogtreecommitdiffstats
path: root/src/scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.h')
-rw-r--r--src/scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.h b/src/scanner.h
index 7103cb0..65206be 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -37,7 +37,7 @@ class CLanguageScanner : public ParserInterface
const std::unique_ptr<Entry> &root,
bool sameTranslationUnit,
QStrList &filesInSameTranslationUnit);
- bool needsPreprocessing(const QCString &extension);
+ bool needsPreprocessing(const QCString &extension) const;
void parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,
const QCString &input,