diff options
Diffstat (limited to 'src/atmos_asset.h')
| -rw-r--r-- | src/atmos_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atmos_asset.h b/src/atmos_asset.h index f7794a2a..6e1894e7 100644 --- a/src/atmos_asset.h +++ b/src/atmos_asset.h @@ -48,8 +48,8 @@ public: AtmosAsset (Fraction edit_rate, int first_frame, int max_channel_count, int max_object_count, int atmos_version); explicit AtmosAsset (boost::filesystem::path file); - boost::shared_ptr<AtmosAssetWriter> start_write (boost::filesystem::path file); - boost::shared_ptr<AtmosAssetReader> start_read () const; + std::shared_ptr<AtmosAssetWriter> start_write (boost::filesystem::path file); + std::shared_ptr<AtmosAssetReader> start_read () const; static std::string static_pkl_type (Standard); std::string pkl_type (Standard s) const { |
