- Clang complained again. :(

This commit is contained in:
Christoph Oelckers 2020-03-01 16:43:34 +01:00
parent f89915ac8f
commit edf513a789

View file

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