diff options
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 40466ff3..52095999 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -41,7 +41,7 @@ #include <libxml++/libxml++.h> using std::string; -using boost::shared_ptr; +using std::shared_ptr; using namespace dcp; ReelSoundAsset::ReelSoundAsset (shared_ptr<SoundAsset> asset, int64_t entry_point) |
