mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
UICommon/ResourcePack: Mark ResourcePack's operator== as const
This commit is contained in:
@ -30,7 +30,7 @@ public:
|
||||
bool Install(const std::string& path);
|
||||
bool Uninstall(const std::string& path);
|
||||
|
||||
bool operator==(const ResourcePack& pack);
|
||||
bool operator==(const ResourcePack& pack) const;
|
||||
|
||||
private:
|
||||
bool m_valid = true;
|
||||
|
Reference in New Issue
Block a user