diff options
Diffstat (limited to 'common/file.h')
-rw-r--r-- | common/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h index 995e776a82..eafb7adba9 100644 --- a/common/file.h +++ b/common/file.h @@ -60,7 +60,7 @@ public: void incRef(); void decRef(); - virtual bool open(const String &filename, AccessMode mode = kFileReadMode, const char *directory = NULL); + virtual bool open(const String &filename, AccessMode mode = kFileReadMode); static bool exists(const String &filename); virtual void close(); |