summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index 0327adf4..aa1362f6 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -26,7 +26,7 @@ namespace libdcp
class SoundAsset : public Asset
{
public:
- SoundAsset (std::list<std::string> const &, std::string, int, int);
+ SoundAsset (std::list<std::string> const &, std::string, sigc::signal1<void, float>*, int, int);
void write_to_cpl (std::ostream &) const;
};