aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/base.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 19:38:24 +0200
committerEinar Johan Trøan Sømåen2012-08-31 20:00:40 +0200
commit8cf7d765c05bd13fc381e94801b2bbd8c27e1c07 (patch)
tree554f6adc2446b1ee8bfddfc8ece08b9b068167bf /engines/wintermute/base/base.h
parent07c27b775c8d3997bf40891c2772ae8859eb534d (diff)
downloadscummvm-rg350-8cf7d765c05bd13fc381e94801b2bbd8c27e1c07.tar.gz
scummvm-rg350-8cf7d765c05bd13fc381e94801b2bbd8c27e1c07.tar.bz2
scummvm-rg350-8cf7d765c05bd13fc381e94801b2bbd8c27e1c07.zip
WINTERMUTE: General cleanup
Diffstat (limited to 'engines/wintermute/base/base.h')
-rw-r--r--engines/wintermute/base/base.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/wintermute/base/base.h b/engines/wintermute/base/base.h
index b07065ec0d..f4c1cf0739 100644
--- a/engines/wintermute/base/base.h
+++ b/engines/wintermute/base/base.h
@@ -45,7 +45,7 @@ public:
bool _persistable;
bool setEditorProp(const Common::String &propName, const Common::String &propValue);
Common::String getEditorProp(const Common::String &propName, const Common::String &initVal = NULL);
- BaseClass(TDynamicConstructor, TDynamicConstructor) {};
+ BaseClass(TDynamicConstructor, TDynamicConstructor) {}
bool parseEditorProperty(byte *buffer, bool complete = true);
virtual bool saveAsText(BaseDynamicBuffer *buffer, int indent = 0);
BaseClass();
@@ -55,8 +55,6 @@ public:
protected:
Common::HashMap<Common::String, Common::String> _editorProps;
Common::HashMap<Common::String, Common::String>::iterator _editorPropsIter;
- /* std::map<std::string, std::string> _editorProps;
- std::map<std::string, std::string>::iterator _editorPropsIter;*/
};
} // end of namespace Wintermute