X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsndfilesource.cc;h=4522e8a54dc794cd106ea0a362297625a0c932a5;hb=ba1058aca63d4648b38b28d2bacc57b0d412fc28;hp=35fec82145da704fa0069b9782fda62ff84405bc;hpb=6d08797297f355e32830bf2fdae9bd597d00c1ec;p=ardour.git diff --git a/libs/ardour/sndfilesource.cc b/libs/ardour/sndfilesource.cc index 35fec82145..4522e8a54d 100644 --- a/libs/ardour/sndfilesource.cc +++ b/libs/ardour/sndfilesource.cc @@ -41,7 +41,7 @@ #include "ardour/utils.h" #include "ardour/session.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace ARDOUR; @@ -255,6 +255,7 @@ SndFileSource::close () if (_sndfile) { sf_close (_sndfile); _sndfile = 0; + file_closed (); } }