From 3596be48bf522c0660fae5f0326abe3c9c3e3bb8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 1 Mar 2020 11:33:46 +0100 Subject: [PATCH] - Clang did not like this. --- 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 1dafe2d88..325c0a06b 100644 --- a/source/common/utility/vectors.h +++ b/source/common/utility/vectors.h @@ -312,7 +312,7 @@ struct TVector3 { } - TVector3(nullptr_t) = delete; + TVector3(nullptr_t nul) = delete; TVector3(const TVector3 &other) = default;