fix build warning

This commit is contained in:
zjeffer 2024-02-18 12:01:36 +01:00
parent 3cd311819b
commit a02bacdd53
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>