summaryrefslogtreecommitdiffstats
path: root/source/cFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cFile.h')
-rw-r--r--source/cFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cFile.h b/source/cFile.h
index 9f14c93f6..674ce93a2 100644
--- a/source/cFile.h
+++ b/source/cFile.h
@@ -58,12 +58,12 @@ public:
cFile(void);
/// Constructs and opens / creates the file specified, use IsOpen() to check for success
- cFile(const char * iFileName, EMode iMode);
+ cFile(const AString & iFileName, EMode iMode);
/// Auto-closes the file, if open
~cFile();
- bool Open(const char * iFileName, EMode iMode);
+ bool Open(const AString & iFileName, EMode iMode);
void Close(void);
bool IsOpen(void) const;
bool IsEOF(void) const;