diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc index 9aeb8ba62b..e5f98c171a 100644 --- a/libs/ardour/source.cc +++ b/libs/ardour/source.cc @@ -318,12 +318,12 @@ Source::inc_use_count () { g_atomic_int_inc (&_use_count); - try { - boost::shared_ptr sptr = shared_from_this(); - SourcePropertyChanged (sptr); - } catch (...) { - /* no shared_ptr available, relax; */ - } + try { + boost::shared_ptr sptr = shared_from_this(); + SourcePropertyChanged (sptr); + } catch (...) { + /* no shared_ptr available, relax; */ + } } void