mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 21:29:29 +00:00
Fixup 71f9ee6ae71da15f070f26bc0dbc55210eff047d
This commit is contained in:
parent
44db56d767
commit
30977f588a
@ -288,7 +288,7 @@ locator::locator(
|
||||
{
|
||||
}
|
||||
|
||||
bool locator::locator::operator==(const locator& a) const
|
||||
bool locator::operator==(const locator& a) const
|
||||
{
|
||||
if(a.type_ != type_) {
|
||||
return false;
|
||||
@ -302,7 +302,7 @@ bool locator::locator::operator==(const locator& a) const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool locator::locator::operator<(const locator& a) const
|
||||
bool locator::operator<(const locator& a) const
|
||||
{
|
||||
if(type_ != a.type_) {
|
||||
return type_ < a.type_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user