aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/AdNodeState.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/AdNodeState.h')
-rw-r--r--engines/wintermute/AdNodeState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/AdNodeState.h b/engines/wintermute/AdNodeState.h
index 4c5b87fb89..7c959e3168 100644
--- a/engines/wintermute/AdNodeState.h
+++ b/engines/wintermute/AdNodeState.h
@@ -37,8 +37,8 @@ class CAdNodeState : public CBBase {
public:
HRESULT TransferEntity(CAdEntity *Entity, bool IncludingSprites, bool Saving);
void SetName(char *Name);
- void SetFilename(char *Filename);
- void SetCursor(char *Filename);
+ void SetFilename(const char *Filename);
+ void SetCursor(const char *Filename);
DECLARE_PERSISTENT(CAdNodeState, CBBase)
CAdNodeState(CBGame *inGame);
virtual ~CAdNodeState();