summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-22 18:53:19 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-22 19:48:30 -0500
commitd854c5d93c71d3d607dd22970f1a06f078f350ea (patch)
treed46315ae0cee03c6cfcbc9713af0bea34bfd6652 /gtk2_ardour/option_editor.cc
parent1f0fbea6285b5390c23c44233d55d15a4cbe9cd8 (diff)
move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbd
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;