This commit is contained in:
Jonas Zeunert
2018-12-10 23:04:44 +01:00
parent 5e0687f7c6
commit d65d87b8f1
15 changed files with 101 additions and 47 deletions

View File

@@ -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;