Mercurial > otakunoraifu
diff system/file_impl.h @ 47:5f548e5957a8
* get rid of the "deprecated conversion from string constant to ‘char*’" warnings
author | thib |
---|---|
date | Wed, 15 Apr 2009 20:26:32 +0000 |
parents | 223b71206888 |
children | 35ce1a30f3f9 |
line wrap: on
line diff
--- a/system/file_impl.h +++ b/system/file_impl.h @@ -61,7 +61,7 @@ protected: virtual ARCINFO* MakeARCINFO(ARCFILE_ATOM&); iterator SearchName(const char* f, const char* ext=0); public: - ARCFILE(char* fname); + ARCFILE(const char* fname); void SetNext(ARCFILE* _next) { next = _next;} ARCFILE* Next(void) { return next; } void Init(void);