mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 23:40:18 +00:00
fixed incomp. keyboard_control::impl decl & def
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user