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

fix noexcept on kbd event

parent f5d1a675
...@@ -38,7 +38,7 @@ public: ...@@ -38,7 +38,7 @@ public:
Type type; Type type;
unsigned char code; unsigned char code;
public: public:
Event() Event() noexcept
: :
type( Type::Invalid ), type( Type::Invalid ),
code( 0u ) 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