aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ExternalLexer.h')
-rw-r--r--src/ExternalLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h
index 55e127b40..3c1659a55 100644
--- a/src/ExternalLexer.h
+++ b/src/ExternalLexer.h
@@ -68,7 +68,7 @@ public:
void Release();
LexerLibrary *next;
- SString m_sModuleName;
+ std::string m_sModuleName;
};
/// LexerManager manages external lexers, contains LexerLibrarys.