mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
fix some header file verbosity
This commit is contained in:
parent
9d817bf762
commit
cbb468df39
1 changed files with 2 additions and 2 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue