Refactores Factory
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef FLIPPR_DRIVER_FLIPPERFACTORY_H
|
||||
#define FLIPPR_DRIVER_FLIPPERFACTORY_H
|
||||
|
||||
#include "Factory.h"
|
||||
#include "ItemFactory.h"
|
||||
#include <string>
|
||||
|
||||
namespace flippR_driver
|
||||
@@ -16,7 +16,7 @@ namespace flippR_driver
|
||||
namespace output
|
||||
{
|
||||
|
||||
class FlipperFactory : Factory
|
||||
class FlipperFactory : ItemFactory
|
||||
{
|
||||
public:
|
||||
explicit FlipperFactory(nlohmann::json & object, std::shared_ptr<DriverBoardPinController> pin_controller);
|
||||
|
||||
Reference in New Issue
Block a user