reafectored stuff and corrected shit to make everything compiling

This commit is contained in:
Johannes Wendel
2018-11-21 10:30:04 +01:00
parent d2379868ec
commit 03dc3c61ce
26 changed files with 183 additions and 144 deletions

View File

@@ -20,7 +20,7 @@ namespace items
{
template<int DigitCount>
class Display : public IDisplay<DigitCount>
class Display : public IDisplay
{
public:
Display(int address, int id);