compile fix
[ardour.git] / libs / ardour / ardour / stripable.h
index 2464dddab9eb3041b6250984046ed88a64dec7c7..92cf7bdced71720943b67540d76595f94ced3e7b 100644 (file)
@@ -73,10 +73,11 @@ class LIBARDOUR_API Stripable : public SessionObject {
 
        PresentationInfo const & presentation_info () const { return _presentation_info; }
        PresentationInfo& presentation_info () { return _presentation_info; }
+       PresentationInfo* presentation_info_ptr () { return &_presentation_info; }
 
        /* set just the order */
 
-       void  set_presentation_order (PresentationInfo::order_t, bool notify_class_listeners = true);
+       void  set_presentation_order (PresentationInfo::order_t);
 
        struct PresentationOrderSorter {
                bool operator() (boost::shared_ptr<Stripable> a, boost::shared_ptr<Stripable> b) {