diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 5af7f0e322..d3412f0387 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5444,8 +5444,8 @@ Route::send_name (uint32_t n) const } n -= 8; # endif -#endif } +#endif boost::shared_ptr p = nth_send (n); if (p) { return p->name();