From 681ab5233097dbbf699c9ce6bcc0b76eaa8a59a3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Jul 2017 22:26:04 +0200 Subject: fix e838e7f3597 --- libs/ardour/route.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') 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(); -- cgit v1.2.3