- Clang did not like this.

This commit is contained in:
Christoph Oelckers 2020-03-01 11:33:46 +01:00
parent fde633041b
commit 3596be48bf

View file

@ -312,7 +312,7 @@ struct TVector3
{
}
TVector3(nullptr_t) = delete;
TVector3(nullptr_t nul) = delete;
TVector3(const TVector3 &other) = default;