mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Merge pull request #2424 from Assumeru/master
Fix builds against MyGUI master
This commit is contained in:
commit
256050376c
@ -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