From d9aa8dcb1f61244295a64aaf21bc80cbc34d4e2e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 8 Nov 2022 10:51:05 +0100 Subject: [PATCH] fixed incomp. keyboard_control::impl decl & def --- src/keyboard_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard_control.cpp b/src/keyboard_control.cpp index a177502a6..cb679fd2d 100644 --- a/src/keyboard_control.cpp +++ b/src/keyboard_control.cpp @@ -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();