mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix decl of method with const arg
This commit is contained in:
parent
85d81cb6b8
commit
a608bf8c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ public:
|
||||||
|
|
||||||
int load_session (const std::string& path, const std::string& snapshot, std::string mix_template = std::string());
|
int load_session (const std::string& path, const std::string& snapshot, std::string mix_template = std::string());
|
||||||
bool session_load_in_progress;
|
bool session_load_in_progress;
|
||||||
int build_session (const std::string& path, const std::string& snapshot, ARDOUR::BusProfile*);
|
int build_session (const std::string& path, const std::string& snapshot, ARDOUR::BusProfile const *);
|
||||||
bool session_is_new() const { return _session_is_new; }
|
bool session_is_new() const { return _session_is_new; }
|
||||||
|
|
||||||
ARDOUR::Session* the_session() { return _session; }
|
ARDOUR::Session* the_session() { return _session; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue