Merge pull request #2928 from zjeffer/fix/zjeffer/build-warnings

fix build warning in bar.cpp
This commit is contained in:
Alexis Rouillard 2024-02-19 22:41:44 +01:00 committed by GitHub
commit c553e3028e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ Glib::ustring to_string(Gtk::PositionType pos) {
case Gtk::POS_BOTTOM:
return "bottom";
}
throw std::runtime_error("Invalid Gtk::PositionType");
}
/* Deserializer for JSON Object -> map<string compatible type, Value>