aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BObject.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-09 02:50:15 +0200
committerEinar Johan Trøan Sømåen2012-07-09 02:50:15 +0200
commit5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c (patch)
treeba1c7248ce50a7ce6c9b00f566d3df21f713d712 /engines/wintermute/Base/BObject.h
parent0273e495e1495d6abbcac4dde4cfa7e6ca2c29d7 (diff)
downloadscummvm-rg350-5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c.tar.gz
scummvm-rg350-5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c.tar.bz2
scummvm-rg350-5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c.zip
WINTERMUTE: Silence most warnings
Diffstat (limited to 'engines/wintermute/Base/BObject.h')
-rw-r--r--engines/wintermute/Base/BObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BObject.h b/engines/wintermute/Base/BObject.h
index 48d2ea667b..db2bd2f290 100644
--- a/engines/wintermute/Base/BObject.h
+++ b/engines/wintermute/Base/BObject.h
@@ -86,7 +86,7 @@ public:
HRESULT setCursor(const char *filename);
HRESULT setActiveCursor(const char *filename);
HRESULT cleanup();
- char *getCaption(int caseVal = 1);
+ const char *getCaption(int caseVal = 1);
void setCaption(const char *caption, int caseVal = 1);
bool _editorSelected;
bool _editorAlwaysRegister;