changed stuff

This commit is contained in:
Johannes Wendel
2018-11-20 23:33:18 +01:00
parent 0c92981a99
commit 80d238b176

View File

@@ -34,9 +34,11 @@ namespace flippR_driver::output {
}
class DisplayGPIOInterface {
+DisplayGPIOInterface()
+~DisplayGPIOInterface()
namespace flippR_driver::utility {
class DisplayGPIOInterface {
+DisplayGPIOInterface()
+~DisplayGPIOInterface()
}
}
@@ -67,7 +69,6 @@ namespace flippR_driver::output {
+IDisplay()
+~IDisplay()
+{abstract} getID() : int
-fit_string(std::string& score_string) : std::string
}
}