X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsndfile_base.h;h=4b7a50fc754431a0480f779d90e8b42f599b42d6;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=6c4f02197c3caf837daa610c938a9bc9e3cd73a5;hpb=0a93237cb5e4642d3b698ff9b7d0cfae5401478c;p=dcpomatic.git diff --git a/src/lib/sndfile_base.h b/src/lib/sndfile_base.h index 6c4f02197..4b7a50fc7 100644 --- a/src/lib/sndfile_base.h +++ b/src/lib/sndfile_base.h @@ -31,7 +31,7 @@ public: Sndfile (boost::shared_ptr content); virtual ~Sndfile (); -protected: +protected: boost::shared_ptr _sndfile_content; SNDFILE* _sndfile; SF_INFO _info;