summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index d948d006b3..ec7f226cc3 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -33,7 +33,9 @@
#include <gtkmm/dialog.h>
#include <gtkmm/filechooserwidget.h>
-class SoundFileBrowser : public Gtk::Dialog
+#include "ardour_dialog.h"
+
+class SoundFileBrowser : public ArdourDialog
{
public:
SoundFileBrowser (std::string title);