mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-25 05:40:56 -08:00
fix(Clang/CMake): -Wdeprecated-copy warning in G3D (#11471)
* cherry-pick commit (a650bd631a)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Kargatum <dowlandtop@yandex.com>
This commit is contained in:
parent
5def0cdd12
commit
bcf8d2aef4
1 changed files with 0 additions and 1 deletions
1
deps/g3dlite/include/G3D/Vector3.h
vendored
1
deps/g3dlite/include/G3D/Vector3.h
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue