diff options
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r-- | src/pyscanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h index 13b10b9..2faffdc 100644 --- a/src/pyscanner.h +++ b/src/pyscanner.h @@ -42,7 +42,7 @@ class PythonLanguageScanner : 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, |