Initialise everything to make sure accel_key is constexpr.

This commit is contained in:
King_DuckZ 2020-03-22 12:50:49 +01:00
parent 360c72eaf0
commit 2df8dd650f

View File

@ -33,7 +33,7 @@ namespace nana
struct accel_key
{
char key;
char key{ '\0' };
bool case_sensitive{ false };
bool alt{ false };
bool ctrl{ false };