Fix clang builds

This commit is contained in:
Michał Janiszewski 2016-05-27 11:25:17 +02:00
parent 3a1a474c7c
commit 4507ffdcb7
1 changed files with 1 additions and 1 deletions

View File

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