summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 259712f..555deaf 100644
--- a/tools.h
+++ b/tools.h
@@ -66,7 +66,7 @@ protected:
++line;
if (!isempty(s)) {
this->Add(new LISTITEM());
- cList<LISTITEM>::Last()->SetFromString(s, true);
+ cList<LISTITEM>::Last()->LISTITEM::SetFromString(s, true);
if (cList<LISTITEM>::Last()->Enabled()) {
++count;
logmsg = cString::sprintf("%s%s%i", *logmsg, count == 1 ? " " : ",", line);