From 796f2fa263999339963fe5ce554fcba602ce9d9f Mon Sep 17 00:00:00 2001 From: Nikolaus Gullotta Date: Wed, 3 Apr 2019 12:08:00 -0500 Subject: [PATCH] add MixerSnapshots to LIBARDOUR --- gtk2_ardour/mixer_snapshot_dialog.h | 2 +- libs/ardour/ardour/mixer_snapshot.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/mixer_snapshot_dialog.h b/gtk2_ardour/mixer_snapshot_dialog.h index b94f22f1b5..4cc238d174 100644 --- a/gtk2_ardour/mixer_snapshot_dialog.h +++ b/gtk2_ardour/mixer_snapshot_dialog.h @@ -90,7 +90,7 @@ class MixerSnapshotDialog : public ArdourDialog Gtk::TreeModelColumn date; Gtk::TreeModelColumn timestamp; Gtk::TreeModelColumn full_path; - Gtk::TreeModelColumn snapshot; + Gtk::TreeModelColumn snapshot; }; MixerSnapshotColumns _columns; diff --git a/libs/ardour/ardour/mixer_snapshot.h b/libs/ardour/ardour/mixer_snapshot.h index 890ee1d5d3..62c5bc69e4 100644 --- a/libs/ardour/ardour/mixer_snapshot.h +++ b/libs/ardour/ardour/mixer_snapshot.h @@ -28,7 +28,9 @@ #include "ardour/vca.h" #include "ardour/route_group.h" -class MixerSnapshot +namespace ARDOUR { + +class LIBARDOUR_API MixerSnapshot { public: MixerSnapshot(ARDOUR::Session*); @@ -84,4 +86,6 @@ class MixerSnapshot std::vector vca_states; }; +} // namespace ARDOUR + #endif /* __ardour_mixer_snapshot_h__ */ \ No newline at end of file