aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-21 08:29:51 +0000
committernyamatongwe <devnull@localhost>2009-07-21 08:29:51 +0000
commit38620a5d4d67566651271b516f01041bcf38b071 (patch)
treed2212da98b16a084ef3e4d9eba4382c313f60be9 /src/ExternalLexer.h
parent3b1b6e1a5bff76b6055456ce841c9a18c23f8748 (diff)
downloadscintilla-mirror-38620a5d4d67566651271b516f01041bcf38b071.tar.gz
Replacing SString with std::string.
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.