fix build warning
This commit is contained in:
parent
3cd311819b
commit
a02bacdd53
|
@ -117,6 +117,7 @@ Glib::ustring to_string(Gtk::PositionType pos) {
|
||||||
case Gtk::POS_BOTTOM:
|
case Gtk::POS_BOTTOM:
|
||||||
return "bottom";
|
return "bottom";
|
||||||
}
|
}
|
||||||
|
throw std::runtime_error("Invalid Gtk::PositionType");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deserializer for JSON Object -> map<string compatible type, Value>
|
/* Deserializer for JSON Object -> map<string compatible type, Value>
|
||||||
|
|
Loading…
Reference in New Issue