just made it
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef _SRC_OUTPUT_IDISPLAY_H_
|
||||
#define _SRC_OUTPUT_IDISPLAY_H_
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
@@ -24,7 +24,7 @@ public:
|
||||
IDisplay();
|
||||
virtual ~IDisplay();
|
||||
|
||||
virtual int getID() = 0;
|
||||
virtual std::vector<char> get_content() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user