aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vol.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vol.h')
-rw-r--r--engines/cge/vol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vol.h b/engines/cge/vol.h
index d85faa4f4a..d7184ba064 100644
--- a/engines/cge/vol.h
+++ b/engines/cge/vol.h
@@ -59,7 +59,7 @@ private:
void readBuf();
public:
- VFile(const char *name, IOMode mode = kModeRead);
+ VFile(const char *name);
~VFile();
static void init();