fix builds against MyGUI master

pull/541/head
Evil Eye 6 years ago
parent 8d1cad8462
commit 698c90b3ee

@ -16,7 +16,7 @@ struct CustomMarker
std::string mNote;
bool operator == (const CustomMarker& other)
bool operator == (const CustomMarker& other) const
{
return mNote == other.mNote && mCell == other.mCell && mWorldX == other.mWorldX && mWorldY == other.mWorldY;
}

Loading…
Cancel
Save