summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.h')
-rw-r--r--src/vhdlscanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdlscanner.h b/src/vhdlscanner.h
index 12c2d13..6ad8316 100644
--- a/src/vhdlscanner.h
+++ b/src/vhdlscanner.h
@@ -59,6 +59,7 @@ class VHDLLanguageScanner : public ParserInterface
void parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,
const QCString &input,
+ SrcLangExt lang,
bool isExampleBlock,
const char *exampleName=0,
FileDef *fileDef=0,