mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
InputCommon: Constify Device::Input::IsDetectable function.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool IsDetectable() override { return Detectable; }
|
||||
bool IsDetectable() const override { return Detectable; }
|
||||
|
||||
std::string GetName() const override { return m_name; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user