mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
fix(Core): -Wambiguous-reversed-operator warning (#6864)
This commit is contained in:
@@ -369,7 +369,7 @@ struct Position
|
||||
float m_positionZ = 0;
|
||||
float m_orientation = 0;
|
||||
|
||||
bool operator==(Position const& a);
|
||||
bool operator==(Position const& a) const;
|
||||
|
||||
inline bool operator!=(Position const& a)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user