summaryrefslogtreecommitdiff
path: root/src/lib/atmos_decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/atmos_decoder.cc')
-rw-r--r--src/lib/atmos_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/atmos_decoder.cc b/src/lib/atmos_decoder.cc
index 4ebb07f8a..51ee7f0a4 100644
--- a/src/lib/atmos_decoder.cc
+++ b/src/lib/atmos_decoder.cc
@@ -27,7 +27,7 @@
#include "film.h"
-using boost::shared_ptr;
+using std::shared_ptr;
AtmosDecoder::AtmosDecoder (Decoder* parent, shared_ptr<const Content> content)