aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/scriptables/script_ext_date.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 14:21:33 +0200
committerEinar Johan Trøan Sømåen2012-08-31 14:21:33 +0200
commit764ca7a51a27210ca7a66a6ab2f01714029af09c (patch)
tree8dca562ceb2279450028199735b1914384c0613c /engines/wintermute/base/scriptables/script_ext_date.h
parent2039ea6b8df36c960ff25ae56930357d40e95d1d (diff)
downloadscummvm-rg350-764ca7a51a27210ca7a66a6ab2f01714029af09c.tar.gz
scummvm-rg350-764ca7a51a27210ca7a66a6ab2f01714029af09c.tar.bz2
scummvm-rg350-764ca7a51a27210ca7a66a6ab2f01714029af09c.zip
WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
Diffstat (limited to 'engines/wintermute/base/scriptables/script_ext_date.h')
-rw-r--r--engines/wintermute/base/scriptables/script_ext_date.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wintermute/base/scriptables/script_ext_date.h b/engines/wintermute/base/scriptables/script_ext_date.h
index 521b7a9f8a..7cdf57e689 100644
--- a/engines/wintermute/base/scriptables/script_ext_date.h
+++ b/engines/wintermute/base/scriptables/script_ext_date.h
@@ -45,7 +45,6 @@ public:
bool scCallMethod(ScScript *script, ScStack *stack, ScStack *thisStack, const char *name);
const char *scToString();
private:
- char *_string;
TimeDate _tm;
Common::String _strRep;
};