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