File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/dep/g3dlite/include/G3D/Vector3.h b/dep/g3dlite/include/G3D/Vector3.h
2+ index 1c42513b45..05d9b11ed5 100644
3+ --- a/dep/g3dlite/include/G3D/Vector3.h
4+ +++ b/dep/g3dlite/include/G3D/Vector3.h
5+ @@ -128,7 +128,6 @@ public:
6+ Axis primaryAxis() const;
7+
8+ // assignment and comparison
9+ - Vector3& operator=(const Vector3& rkVector) = default;
10+ Vector3& operator=(const Any& a);
11+ bool operator== (const Vector3& rkVector) const;
12+ bool operator!= (const Vector3& rkVector) const;
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ class Vector3 {
128128 Axis primaryAxis () const ;
129129
130130 // assignment and comparison
131- Vector3& operator =(const Vector3& rkVector) = default ;
132131 Vector3& operator =(const Any& a);
133132 bool operator == (const Vector3& rkVector) const ;
134133 bool operator != (const Vector3& rkVector) const ;
You can’t perform that action at this time.
0 commit comments