summaryrefslogtreecommitdiff
path: root/gtk2_ardour/instrument_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/instrument_selector.h')
-rw-r--r--gtk2_ardour/instrument_selector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/instrument_selector.h b/gtk2_ardour/instrument_selector.h
index 7fe6c8cbf2..6df9a86e0a 100644
--- a/gtk2_ardour/instrument_selector.h
+++ b/gtk2_ardour/instrument_selector.h
@@ -59,6 +59,7 @@ private:
Glib::RefPtr<Gtk::ListStore> _instrument_list;
InstrumentListColumns _instrument_list_columns;
uint32_t _reasonable_synth_id;
+ uint32_t _gmsynth_id;
PBD::ScopedConnection _update_connection;
};