mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Fixed -Wdeprecated-copy warning in G3D
This commit is contained in:
12
dep/g3dlite/G3D-v9.0 hotfix13.diff
Normal file
12
dep/g3dlite/G3D-v9.0 hotfix13.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/dep/g3dlite/include/G3D/Vector3.h b/dep/g3dlite/include/G3D/Vector3.h
|
||||
index 1c42513b45..05d9b11ed5 100644
|
||||
--- a/dep/g3dlite/include/G3D/Vector3.h
|
||||
+++ b/dep/g3dlite/include/G3D/Vector3.h
|
||||
@@ -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;
|
||||
@@ -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