summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/constexp.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.l b/src/constexp.l
index a14f8d3..0f053bd 100644
--- a/src/constexp.l
+++ b/src/constexp.l
@@ -137,7 +137,7 @@ bool ConstExpressionParser::parse(const char *fileName,int lineNr,const QCString
struct yyguts_t *yyg = (struct yyguts_t*)p->yyscanner;
#ifdef FLEX_DEBUG
- yyset_debug(1,yyscanner);
+ constexpYYset_debug(1,p->yyscanner);
#endif
yyextra->constExpFileName = fileName;