still not done with refactoring but enough for today
This commit is contained in:
@@ -16,12 +16,12 @@ Item::Item(uint8_t address, std::string name) :
|
||||
address(address), name(std::move(name))
|
||||
{}
|
||||
|
||||
uint8_t Item::get_address()
|
||||
uint8_t Item::get_address() const
|
||||
{
|
||||
return this->address;
|
||||
}
|
||||
|
||||
std::string Item::get_name()
|
||||
std::string Item::get_name() const
|
||||
{
|
||||
return this->name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user