summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index d3a4a5d35f..152acf37e6 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -123,7 +123,7 @@ public:
bool active() const { return _active; }
void set_active (bool yn, void *);
- static std::string ensure_track_or_route_name(std::string, Session &);
+ std::string ensure_track_or_route_name (std::string) const;
std::string comment() { return _comment; }
void set_comment (std::string str, void *src);