fixed incomp. keyboard_control::impl decl & def

This commit is contained in:
Martin Pulec
2022-11-08 10:51:05 +01:00
parent 925db63ef3
commit d9aa8dcb1f

View File

@@ -104,7 +104,7 @@ static bool old_tio_set = false;
static struct termios old_tio;
#endif
struct keyboard_control::impl {
class keyboard_control::impl {
public:
explicit impl(struct module *parent);
~impl();