mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move operator==(const GncGUID&, const GncGUID&) to guid.[ch]pp.
This commit is contained in:
@@ -223,12 +223,6 @@ GncOptionQofInstanceValue::reset_default_value()
|
||||
m_value = m_default_value;
|
||||
}
|
||||
|
||||
static bool
|
||||
operator==(const GncGUID& l, const GncGUID& r)
|
||||
{
|
||||
return guid_equal(&l, &r);
|
||||
}
|
||||
|
||||
bool
|
||||
GncOptionQofInstanceValue::is_changed() const noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user