reafectored stuff and corrected shit to make everything compiling
This commit is contained in:
@@ -20,7 +20,7 @@ namespace items
|
||||
{
|
||||
|
||||
template<int DigitCount>
|
||||
class Display : public IDisplay<DigitCount>
|
||||
class Display : public IDisplay
|
||||
{
|
||||
public:
|
||||
Display(int address, int id);
|
||||
|
||||
Reference in New Issue
Block a user