diff options
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 8883e538..3027a789 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -26,7 +26,7 @@ namespace libdcp class PictureAsset : public Asset { public: - PictureAsset (std::list<std::string> const &, std::string, int, int, int, int); + PictureAsset (std::list<std::string> const &, std::string, sigc::signal1<void, float>*, int, int, int, int); void write_to_cpl (std::ostream &) const; |
