still not done with refactoring but enough for today
This commit is contained in:
@@ -27,8 +27,8 @@ public:
|
||||
Item(uint8_t address, std::string name);
|
||||
~Item() override = default;
|
||||
|
||||
uint8_t get_address() override;
|
||||
std::string get_name() override;
|
||||
uint8_t get_address() const override;
|
||||
std::string get_name() const override;
|
||||
|
||||
protected:
|
||||
const uint8_t address;
|
||||
|
||||
Reference in New Issue
Block a user