aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_node_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_node_state.h')
-rw-r--r--engines/wintermute/ad/ad_node_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_node_state.h b/engines/wintermute/ad/ad_node_state.h
index 64ecab6849..ce15bc893f 100644
--- a/engines/wintermute/ad/ad_node_state.h
+++ b/engines/wintermute/ad/ad_node_state.h
@@ -48,7 +48,7 @@ private:
char *_name;
char *_caption[7];
void setCaption(const char *caption, int caseVal);
- char *getCaption(int caseVal);
+ const char *getCaption(int caseVal);
uint32 _alphaColor;
char *_filename;
char *_cursor;