Implement RemapButton feature
Many changes were made here, too many to list here.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace logid
|
||||
{
|
||||
public:
|
||||
explicit DeviceNotFound(std::string name);
|
||||
virtual const char* what();
|
||||
const char* what() const noexcept override;
|
||||
private:
|
||||
std::string _name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user