Initialise everything to make sure accel_key is constexpr.
This commit is contained in:
parent
360c72eaf0
commit
2df8dd650f
@ -33,7 +33,7 @@ namespace nana
|
||||
|
||||
struct accel_key
|
||||
{
|
||||
char key;
|
||||
char key{ '\0' };
|
||||
bool case_sensitive{ false };
|
||||
bool alt{ false };
|
||||
bool ctrl{ false };
|
||||
|
Loading…
x
Reference in New Issue
Block a user