Commit 7640b5df authored by chili's avatar chili
Browse files

fix noexcept on kbd event

parent f5d1a675
......@@ -38,7 +38,7 @@ public:
Type type;
unsigned char code;
public:
Event()
Event() noexcept
:
type( Type::Invalid ),
code( 0u )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment