diff options
Diffstat (limited to 'src/ExternalLexer.h')
-rw-r--r-- | src/ExternalLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h index bf175a631..a2ec93946 100644 --- a/src/ExternalLexer.h +++ b/src/ExternalLexer.h @@ -54,7 +54,7 @@ class LexerLibrary { LexerMinder *last; public: - LexerLibrary(const char *ModuleName); + explicit LexerLibrary(const char *ModuleName); ~LexerLibrary(); void Release(); |