mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
UICommon/ResourcePack: Mark ResourcePack's operator== as const
This commit is contained in:
@ -320,7 +320,7 @@ bool ResourcePack::Uninstall(const std::string& path)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ResourcePack::operator==(const ResourcePack& pack)
|
||||
bool ResourcePack::operator==(const ResourcePack& pack) const
|
||||
{
|
||||
return pack.GetPath() == m_path;
|
||||
}
|
||||
|
Reference in New Issue
Block a user