aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/AdRotLevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/AdRotLevel.h')
-rw-r--r--engines/wintermute/AdRotLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/AdRotLevel.h b/engines/wintermute/AdRotLevel.h
index 6033935349..bd78cedb65 100644
--- a/engines/wintermute/AdRotLevel.h
+++ b/engines/wintermute/AdRotLevel.h
@@ -40,7 +40,7 @@ public:
virtual ~CAdRotLevel();
float _rotation;
virtual HRESULT SaveAsText(CBDynBuffer *Buffer, int Indent);
- HRESULT LoadFile(char *Filename);
+ HRESULT LoadFile(const char *Filename);
HRESULT LoadBuffer(byte *Buffer, bool Complete = true);
};