added tests
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
using namespace Input;
|
||||
|
||||
Event::Event(char address, char priority, std::string name) :
|
||||
Event::Event(char address, int priority, std::string name) :
|
||||
address(address), priority(priority), name(name)
|
||||
{
|
||||
CLOG_IF(VLOG_IS_ON(HIGH_VERBOSITY), INFO, INPUT_LOGGER) << "Created event: " << name << ", address: " << address;
|
||||
|
||||
Reference in New Issue
Block a user