mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +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;
|
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;
|
return mNote == other.mNote && mCell == other.mCell && mWorldX == other.mWorldX && mWorldY == other.mWorldY;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user