Merge pull request #2928 from zjeffer/fix/zjeffer/build-warnings
fix build warning in bar.cpppull/1899/merge
commit
c553e3028e
|
@ -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