diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-27 12:13:03 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-27 12:13:03 +0200 |
commit | 408e980a83437ed621fa99ae0cd8d2bc6579f5ba (patch) | |
tree | 7f73587d84487f989bca966a22fc1c85c3f8397b /lib/file.h | |
parent | 7d8e6af2df12442c1c133956b3acf3fdbc496423 (diff) |
Fix warnings and error (due to bitrot)master-old
Diffstat (limited to 'lib/file.h')
-rw-r--r-- | lib/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ class File { public: - File(char *filename, char* ext); + File(const char *filename, const char* ext); ~File(); int Write(void* data, int size); |