diff options
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r-- | src/pyscanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l index ea4776b..5f7abb0 100644 --- a/src/pyscanner.l +++ b/src/pyscanner.l @@ -88,7 +88,7 @@ static bool g_doubleQuote; static bool g_specialBlock; //static bool g_expectModuleDocs; static int g_stringContext; -static QCString * g_copyString; +static QGString * g_copyString; static int g_indent = 0; static int g_curIndent = 0; |