X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsend.h;h=b86d321bd21c0be55a562ecd095b78deb90bca75;hb=57e1358fb2d8a8ab51b4996808e0eaa41492fb9e;hp=f9f13ee309f00da5a80355564b1969bbbcd70079;hpb=dd4565801be7daea2ffc7043de0cb70a247545b2;p=ardour.git diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h index f9f13ee309..b86d321bd2 100644 --- a/libs/ardour/ardour/send.h +++ b/libs/ardour/ardour/send.h @@ -43,7 +43,7 @@ class Send : public Delivery uint32_t bit_slot() const { return _bitslot; } - bool visible() const; + bool display_to_user() const; boost::shared_ptr amp() const { return _amp; } boost::shared_ptr meter() const { return _meter; }