aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/ScEngine.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-09 04:50:38 +0200
committerEinar Johan Trøan Sømåen2012-07-09 04:50:38 +0200
commit0a43bba003c5e5cbf302a667e8515d4066d72407 (patch)
treef47246629e29786bbc4239c286b19153dbb37e5d /engines/wintermute/Base/scriptables/ScEngine.h
parent0ef77c57b6f6889471c7c5d902999fcf34c47a89 (diff)
downloadscummvm-rg350-0a43bba003c5e5cbf302a667e8515d4066d72407.tar.gz
scummvm-rg350-0a43bba003c5e5cbf302a667e8515d4066d72407.tar.bz2
scummvm-rg350-0a43bba003c5e5cbf302a667e8515d4066d72407.zip
WINTERMUTE: Rename FuncName->funcName in coll_templ.h
Diffstat (limited to 'engines/wintermute/Base/scriptables/ScEngine.h')
-rw-r--r--engines/wintermute/Base/scriptables/ScEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/scriptables/ScEngine.h b/engines/wintermute/Base/scriptables/ScEngine.h
index d4112be47b..d439ab8eab 100644
--- a/engines/wintermute/Base/scriptables/ScEngine.h
+++ b/engines/wintermute/Base/scriptables/ScEngine.h
@@ -72,7 +72,7 @@ public:
}
~CScBreakpoint() {
- _lines.RemoveAll();
+ _lines.removeAll();
}
Common::String _filename;