aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filters/thmlosis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/filters/thmlosis.cpp')
-rw-r--r--src/modules/filters/thmlosis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/filters/thmlosis.cpp b/src/modules/filters/thmlosis.cpp
index 024c594..551c0a6 100644
--- a/src/modules/filters/thmlosis.cpp
+++ b/src/modules/filters/thmlosis.cpp
@@ -50,7 +50,7 @@ char ThMLOSIS::ProcessText(char *text, int maxlen, const SWKey *key, const SWMod
bool suspendTextPassThru = false;
bool keepToken = false;
bool handled = false;
- string divEnd = "";
+ std::string divEnd = "";
len = strlen(text) + 1; // shift string to right of buffer
if (len < maxlen) {