mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
Fix clang builds
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
_hasValue = false;
|
||||
}
|
||||
|
||||
Nullable(nullptr_t)
|
||||
Nullable(std::nullptr_t)
|
||||
{
|
||||
_value = T();
|
||||
_hasValue = false;
|
||||
|
||||
Reference in New Issue
Block a user