nearly compiling
This commit is contained in:
@@ -25,7 +25,7 @@ namespace items
|
||||
class Item : public IItem
|
||||
{
|
||||
public:
|
||||
Item(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, uint8_t address, std::string name);
|
||||
Item(std::shared_ptr<IOutputGPIOInterface> output_gpio_interface, uint8_t address, std::string name);
|
||||
virtual ~Item();
|
||||
|
||||
uint8_t get_address() override;
|
||||
@@ -34,7 +34,7 @@ protected:
|
||||
const uint8_t address;
|
||||
const std::string name;
|
||||
|
||||
const std::shared_ptr<utility::IOutputGPIOInterface> gpio_interface;
|
||||
const std::shared_ptr<IOutputGPIOInterface> gpio_interface;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user