Merge branch 'make_accel_key_constexpr' of https://github.com/KingDuckZ/nana into KingDuckZ-make_accel_key_constexpr

This commit is contained in:
Jinhao 2020-05-15 03:27:23 +08:00
commit 7c083d2977

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 };