mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
NO-OP whitespace & foratting of header files
This commit is contained in:
parent
2219021389
commit
b976bf8986
112 changed files with 711 additions and 698 deletions
|
|
@ -34,16 +34,14 @@ namespace ARDOUR {
|
|||
class ExportProfileManager;
|
||||
}
|
||||
|
||||
///
|
||||
class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
|
||||
private:
|
||||
private:
|
||||
|
||||
typedef boost::shared_ptr<ARDOUR::ExportFormatSpecification> FormatPtr;
|
||||
typedef std::list<FormatPtr> FormatList;
|
||||
|
||||
public:
|
||||
public:
|
||||
|
||||
ExportFormatSelector ();
|
||||
~ExportFormatSelector ();
|
||||
|
|
@ -59,7 +57,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
|
||||
sigc::signal<void> CriticalSelectionChanged;
|
||||
|
||||
private:
|
||||
private:
|
||||
|
||||
void select_format (FormatPtr f);
|
||||
void add_new_format ();
|
||||
|
|
@ -74,7 +72,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
|
||||
struct FormatCols : public Gtk::TreeModelColumnRecord
|
||||
{
|
||||
public:
|
||||
public:
|
||||
Gtk::TreeModelColumn<FormatPtr> format;
|
||||
Gtk::TreeModelColumn<std::string> label;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue