aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/AdInventoryBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/AdInventoryBox.h')
-rw-r--r--engines/wintermute/AdInventoryBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/AdInventoryBox.h b/engines/wintermute/AdInventoryBox.h
index 724a6298f4..3606e96123 100644
--- a/engines/wintermute/AdInventoryBox.h
+++ b/engines/wintermute/AdInventoryBox.h
@@ -53,7 +53,7 @@ public:
CUIWindow *_window;
CAdInventoryBox(CBGame *inGame);
virtual ~CAdInventoryBox();
- HRESULT LoadFile(char *Filename);
+ HRESULT LoadFile(const char *Filename);
HRESULT LoadBuffer(byte *Buffer, bool Complete = true);
virtual HRESULT SaveAsText(CBDynBuffer *Buffer, int Indent);
};