mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
fix builds against MyGUI master
This commit is contained in:
parent
8d1cad8462
commit
698c90b3ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue