aboutsummaryrefslogtreecommitdiff
path: root/engines/access/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/files.h')
-rw-r--r--engines/access/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/files.h b/engines/access/files.h
index 8b1aef0363..714ea44c75 100644
--- a/engines/access/files.h
+++ b/engines/access/files.h
@@ -46,7 +46,7 @@ struct FileIdent {
struct CellIdent : FileIdent {
byte _cell;
- CellIdent() {}
+ CellIdent();
CellIdent(int cell, int fileNum, int subfile);
};