summaryrefslogtreecommitdiffstats
path: root/src/vhdljjparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdljjparser.h')
-rw-r--r--src/vhdljjparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdljjparser.h b/src/vhdljjparser.h
index d38a731..f2bf60d 100644
--- a/src/vhdljjparser.h
+++ b/src/vhdljjparser.h
@@ -66,7 +66,7 @@ class VHDLLanguageScanner : public ParserInterface
const Definition *searchCtx=0,
bool collectXRefs=TRUE
);
- bool needsPreprocessing(const QCString &) { return TRUE; }
+ bool needsPreprocessing(const QCString &) const { return TRUE; }
void resetCodeParserState(){};
void parsePrototype(const char *text);
};