mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
fix builds against MyGUI master
This commit is contained in:
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…
x
Reference in New Issue
Block a user