mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 20:15:48 +00:00
UICommon/ResourcePack: Mark ResourcePack's operator== as const
This commit is contained in:
parent
7b354fa7ac
commit
9d096a5e16
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue