Fix compilation of the C++ interpreter

This commit is contained in:
Olivier Goffart 2021-06-28 12:16:59 +02:00
parent ae114cf79d
commit 640d178d9d

View file

@ -917,6 +917,9 @@ public:
}
namespace sixtyfps::testing {
using cbindgen_private::KeyboardModifiers;
/// Send a key events to the given component instance
inline void send_keyboard_string_sequence(const sixtyfps::interpreter::ComponentInstance *component,
const sixtyfps::SharedString &str,