summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-11 23:15:17 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-11 23:15:17 +0000
commitcf0753a4bd4ed23d40fd06e8d1dec4f0b46da6fc (patch)
tree329caa9d5c0ab68d57566b424722016bbcff4ac8 /gtk2_ardour/route_time_axis.h
parentd97312d438a813985916dd35f613510e9448441f (diff)
Patch from colinf to put the playlist / take name in the playlist button tooltip (#4833).
git-svn-id: svn://localhost/ardour2/branches/3.0@12666 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index f18d3361e0..de383e33d7 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -311,6 +311,7 @@ protected:
private:
void remove_child (boost::shared_ptr<TimeAxisView>);
+ void update_playlist_tip ();
};
#endif /* __ardour_route_time_axis_h__ */