fixed issue with input.h
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
class input {
|
||||
public:
|
||||
virtual ~input() = 0;
|
||||
virtual ~input() = default;
|
||||
virtual game_command get_command() = 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user