enough for today

This commit is contained in:
Jonas Zeunert
2018-12-11 00:03:48 +01:00
parent 6367e79898
commit b0d649018e
9 changed files with 29 additions and 31 deletions

View File

@@ -8,7 +8,7 @@
#ifndef _SRC_OUTPUT_ILAMP_H_
#define _SRC_OUTPUT_ILAMP_H_
#include "IItem.h"
#include "output/items/IItem.h"
namespace flippR_driver
{
namespace output
@@ -16,7 +16,7 @@ namespace output
namespace items
{
class ILamp : public IItem
class ILamp
{
public:
~ILamp()