fixed some displays
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
|
||||
*/
|
||||
|
||||
#ifndef SRC_OUTPUT_IOUTPUTDISPLAY_H_
|
||||
#define SRC_OUTPUT_IOUTPUTDISPLAY_H_
|
||||
#ifndef FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_
|
||||
#define FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
@@ -19,7 +19,7 @@ class Display
|
||||
{
|
||||
|
||||
public:
|
||||
virtual ~IOutputDisplay() = default;
|
||||
virtual ~Display() = default;
|
||||
|
||||
virtual void write_score(int score) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user