MCP: share add-marker code with BasicUI; don't allow route locking if the strip has no current route

git-svn-id: svn://localhost/ardour2/branches/3.0@11916 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-11 20:18:01 +00:00
parent b2cd8b004c
commit 5ae258e23b
4 changed files with 22 additions and 16 deletions

View file

@ -42,7 +42,7 @@ class BasicUI {
BasicUI (ARDOUR::Session&);
virtual ~BasicUI ();
void add_marker ();
void add_marker (const std::string& = std::string());
void register_thread (std::string name);