1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Fix clang builds

This commit is contained in:
Michał Janiszewski
2016-05-27 11:25:17 +02:00
parent 3a1a474c7c
commit 4507ffdcb7

View File

@@ -28,7 +28,7 @@ public:
_hasValue = false;
}
Nullable(nullptr_t)
Nullable(std::nullptr_t)
{
_value = T();
_hasValue = false;