LuaProc::can_support_io_configuration: don't mix int and int32_t
[ardour.git] / gtk2_ardour / option_editor.h
index 53c671287831a4288383490cf2abd5a933715644..b5d44d577ca048d3b94fb44cc8ddda13bb0c1fdd 100644 (file)
@@ -723,6 +723,8 @@ private:
        std::map<std::string, OptionEditorPage*> _pages;
 
        void add_path_to_treeview (std::string const &, Gtk::Widget&);
+       Gtk::TreeModel::iterator find_path_in_treemodel (std::string const & pn,
+                                                        bool create_missing = false);
        void treeview_row_selected ();
 };