fix some header file verbosity

This commit is contained in:
Nikolaus Gullotta 2019-07-29 12:25:31 -05:00 committed by Nikolaus Gullotta
parent 9d817bf762
commit cbb468df39
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -34,10 +34,10 @@ class LIBARDOUR_API MixerSnapshotManager : public boost::noncopyable
public:
typedef std::set<MixerSnapshot*> SnapshotList;
MixerSnapshotManager (ARDOUR::Session*); //constructor
MixerSnapshotManager (ARDOUR::Session*);
~MixerSnapshotManager() {}
void create_snapshot(std::string const&, RouteList&, bool);
void create_snapshot(std::string const& label, RouteList& rl, bool global);
std::string get_global_path() {return _global_path;}
std::string get_local_path() {return _local_path;}