We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944b965 commit 3a42572Copy full SHA for 3a42572
src/manager/settings.hpp
@@ -41,7 +41,7 @@ namespace nlohmann {
41
42
static void to_json(json& obj, Controls controls) { // NOLINT(misc-no-recursion)
43
std::visit(
44
- helper::overloaded{
+ helper::Overloaded{
45
[&](const input::KeyboardSettings& keyboard_settings) { // NOLINT(misc-no-recursion)
46
nlohmann::adl_serializer<input::KeyboardSettings>::to_json(obj, keyboard_settings);
47
obj["type"] = "keyboard";
0 commit comments