1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Address clang 6.0 compilation errors.

This commit is contained in:
Aaron van Geffen
2018-05-13 23:22:40 +02:00
parent 4e86d18dad
commit 8c3766288b
3 changed files with 5 additions and 5 deletions

View File

@@ -104,9 +104,9 @@ public:
bool loadImages,
const IFileDataRetriever * fileDataRetriever)
: _objectRepository(objectRepository),
_fileDataRetriever(fileDataRetriever),
_objectName(objectName),
_loadImages(loadImages),
_fileDataRetriever(fileDataRetriever)
_loadImages(loadImages)
{
}