const changes to remove a few more warnings about string const conversions.

This commit is contained in:
Arthur Ice
2013-03-10 14:15:15 -07:00
parent e53ae5f6d5
commit 0438877203
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
Zonv4Loader();
~Zonv4Loader();
virtual int Open(char *base_path, char *zone_name, Archive *archive);
virtual int Open(char *base_path, const char *zone_name, Archive *archive);
virtual int Close();
private: