Adds output factory-prototypes
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_
|
||||
#define FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -15,7 +17,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class Display
|
||||
class Display : public virtual items::Item
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user