aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BRegion.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/BRegion.h')
-rw-r--r--engines/wintermute/BRegion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BRegion.h b/engines/wintermute/BRegion.h
index 914f77f7ae..783cb22965 100644
--- a/engines/wintermute/BRegion.h
+++ b/engines/wintermute/BRegion.h
@@ -50,7 +50,7 @@ public:
virtual ~CBRegion();
bool PointInRegion(int X, int Y);
bool CreateRegion();
- HRESULT LoadFile(char *Filename);
+ HRESULT LoadFile(const char *Filename);
HRESULT LoadBuffer(byte *Buffer, bool Complete = true);
RECT _rect;
CBArray<CBPoint *, CBPoint *> _points;