diff options
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index 43fd9ecb..fd13a5a0 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -134,7 +134,7 @@ enum class AutoInfo template<> struct WithBitOps<AutoInfo> : std::true_type {}; -constexpr Array<EnumDesc<AutoInfo>, 3> enum_desc(AutoInfo) +constexpr Array<EnumDesc<AutoInfo>, 3> enum_desc(Meta::Type<AutoInfo>) { return { { { AutoInfo::Command, "command"}, |
