factory
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#define _SRC_OUTPUT_SOUND_H_
|
||||
|
||||
#include "output/items/ISound.h"
|
||||
#include "ISoundItem.h"
|
||||
#include "Item.h"
|
||||
|
||||
#include <memory>
|
||||
@@ -25,7 +24,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class Sound : public ISound, Item, ISoundItem
|
||||
class Sound : public ISound, Item
|
||||
{
|
||||
public:
|
||||
u_int id;
|
||||
|
||||
Reference in New Issue
Block a user