aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/btfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/btfile.h')
-rw-r--r--engines/cge/btfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/btfile.h b/engines/cge/btfile.h
index 1095324116..19b10c3eed 100644
--- a/engines/cge/btfile.h
+++ b/engines/cge/btfile.h
@@ -81,7 +81,7 @@ class BtFile : public IoHand {
BtPage *getPage(int lev, uint16 pgn);
public:
- BtFile(const char *name, IOMode mode, Crypt *crpt);
+ BtFile(const char *name, Crypt *crpt);
virtual ~BtFile();
BtKeypack *find(const char *key);
BtKeypack *next();