1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Fix compilation with ICC

This commit is contained in:
Michał Janiszewski
2017-01-02 22:59:51 +01:00
parent 8cb1460ca8
commit a19b477c8e
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ public:
return name;
}
const uint64 GetFileSize(size_t index) const override
uint64 GetFileSize(size_t index) const override
{
zip_stat_t zipFileStat;
if (zip_stat_index(_zip, index, 0, &zipFileStat) == ZIP_ER_OK)