summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h
index 2ecf26c33d..1dabcbd379 100644
--- a/gtk2_ardour/global_port_matrix.h
+++ b/gtk2_ardour/global_port_matrix.h
@@ -23,7 +23,7 @@
#include <gtkmm/button.h>
#include "port_matrix.h"
#include "port_group.h"
-#include "ardour_dialog.h"
+#include "ardour_window.h"
class GlobalPortMatrix : public PortMatrix
{
@@ -50,7 +50,7 @@ private:
};
};
-class GlobalPortMatrixWindow : public ArdourDialog
+class GlobalPortMatrixWindow : public ArdourWindow
{
public:
GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);