diff options
Diffstat (limited to 'src/picture_asset_writer.cc')
| -rw-r--r-- | src/picture_asset_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset_writer.cc b/src/picture_asset_writer.cc index 3bb6a597..24e925f8 100644 --- a/src/picture_asset_writer.cc +++ b/src/picture_asset_writer.cc @@ -32,7 +32,7 @@ using boost::shared_ptr; using namespace dcp; PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, Standard standard, bool overwrite) - : AssetWriter (asset, file) + : AssetWriter (asset, file, standard) , _picture_asset (asset) , _standard (standard) , _overwrite (overwrite) |
