mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbd
This commit is contained in:
parent
1f0fbea628
commit
d854c5d93c
15 changed files with 46 additions and 161 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue