summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 20:30:30 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 20:30:30 +0100
commit4709b2fe88040f3678560997726f3a209eacc660 (patch)
treedb4c7f923de4bd4e09de6c5237288424f0622a24 /src/sound_asset.h
parent43cc9d6e1b1e1957288c545cc55f5a0df8492b55 (diff)
Fix up progress reporting, some better exceptions.
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;
};