fix(Core): -Wambiguous-reversed-operator warning (#6864)

This commit is contained in:
Francesco Borzì
2021-07-14 00:35:33 +02:00
committed by GitHub
parent c88cc05b10
commit 1c4523415a
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{