mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 00:21:38 +00:00
- Clang complained again. :(
This commit is contained in:
parent
f89915ac8f
commit
edf513a789
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ struct TVector3
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
TVector3(nullptr_t nul) = delete;
|
TVector3(std::nullptr_t nul) = delete;
|
||||||
|
|
||||||
TVector3(const TVector3 &other) = default;
|
TVector3(const TVector3 &other) = default;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue