forked from mirror/azerothcore-wotlk
fix(Clang/CMake): -Wdeprecated-copy warning in G3D (#11471)
* cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/a650bd631a4681d09e3ff66f79b73b99299565f3) Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Kargatum <dowlandtop@yandex.com>
This commit is contained in:
Vendored
-1
@@ -128,7 +128,6 @@ public:
|
||||
Axis primaryAxis() const;
|
||||
|
||||
// assignment and comparison
|
||||
Vector3& operator=(const Vector3& rkVector) = default;
|
||||
Vector3& operator=(const Any& a);
|
||||
bool operator== (const Vector3& rkVector) const;
|
||||
bool operator!= (const Vector3& rkVector) const;
|
||||
|
||||
Reference in New Issue
Block a user