mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 04:18:41 +00:00
const changes to remove a few more warnings about string const conversions.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user