--- gigedit/trunk/src/mainwindow.h 2007/03/13 17:14:38 1096 +++ gigedit/trunk/src/mainwindow.h 2007/03/14 23:19:26 1097 @@ -44,6 +44,7 @@ #include #include #include +#include #include @@ -577,6 +578,8 @@ void on_button_release(GdkEventButton* button); void on_sample_treeview_drag_data_get(const Glib::RefPtr&, Gtk::SelectionData& selection_data, guint, guint); void on_sample_label_drop_drag_data_received(const Glib::RefPtr& context, int, int, const Gtk::SelectionData& selection_data, guint, guint time); + void sample_name_changed(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator& iter); + void instrument_name_changed(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator& iter); void __import_queued_samples();