summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index aa975b6b94..7ff5bc5adb 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -22,7 +22,8 @@
#include <gtkmm/alignment.h>
#include "gtkmm2ext/utils.h"
-#include "ardour/configuration.h"
+#include "pbd/configuration.h"
+
#include "ardour/rc_configuration.h"
#include "ardour/utils.h"
#include "ardour/dB.h"
@@ -377,7 +378,7 @@ OptionEditorPage::OptionEditorPage (Gtk::Notebook& n, std::string const & t)
* @param o Configuration to edit.
* @param t Title for the dialog.
*/
-OptionEditor::OptionEditor (Configuration* c, std::string const & t)
+OptionEditor::OptionEditor (PBD::Configuration* c, std::string const & t)
: ArdourWindow (t), _config (c)
{
using namespace Notebook_Helpers;