diff options
Diffstat (limited to 'qt/qextscintillalexermakefile.cpp')
-rw-r--r-- | qt/qextscintillalexermakefile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexermakefile.cpp b/qt/qextscintillalexermakefile.cpp index 5454c96..aad1a39 100644 --- a/qt/qextscintillalexermakefile.cpp +++ b/qt/qextscintillalexermakefile.cpp @@ -57,7 +57,7 @@ const char *QextScintillaLexerMakefile::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerMakefile::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-"; } |