aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2003-10-10 10:42:37 +0000
committerMax Horn2003-10-10 10:42:37 +0000
commited5948272dc3f91c793f64f6c82fc1a4b87173ce (patch)
treece7042595e4c732230a0e8fb1bdc1af5a1e39c9e /base
parent08b74fbf792812f230f6715926adeb073c0cc264 (diff)
downloadscummvm-rg350-ed5948272dc3f91c793f64f6c82fc1a4b87173ce.tar.gz
scummvm-rg350-ed5948272dc3f91c793f64f6c82fc1a4b87173ce.tar.bz2
scummvm-rg350-ed5948272dc3f91c793f64f6c82fc1a4b87173ce.zip
constness
svn-id: r10714
Diffstat (limited to 'base')
-rw-r--r--base/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/engine.h b/base/engine.h
index 049b0b9bdc..367e35f132 100644
--- a/base/engine.h
+++ b/base/engine.h
@@ -67,7 +67,7 @@ public:
Timer * _timer;
protected:
- char *_gameDataPath;
+ const char *_gameDataPath;
public:
Engine(GameDetector *detector, OSystem *syst);