From edf513a78934c502dbbe1f75bbc12e3a4e40e6c8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 1 Mar 2020 16:43:34 +0100 Subject: [PATCH] - Clang complained again. :( --- source/common/utility/vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/utility/vectors.h b/source/common/utility/vectors.h index 325c0a06b..6c2884cd9 100644 --- a/source/common/utility/vectors.h +++ b/source/common/utility/vectors.h @@ -312,7 +312,7 @@ struct TVector3 { } - TVector3(nullptr_t nul) = delete; + TVector3(std::nullptr_t nul) = delete; TVector3(const TVector3 &other) = default;