diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-15 13:48:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-15 13:48:22 +0100 |
| commit | 034abb6bb0f1d0382620bdcc43501ce0ba30b03a (patch) | |
| tree | 862347349d48e3afae6190e60fbc2d0cfa88f23c /src/subtitle_asset.h | |
| parent | 6322c72a13d7be2e991a8e0421414c0af8187b88 (diff) | |
Try to give basic progress indication on dcpdiff.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index b3936dc2..1e31df2b 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -184,9 +184,9 @@ public: SubtitleAsset (std::string directory, std::string movie_title, std::string language); void write_to_cpl (std::ostream&) const; - virtual bool equals (boost::shared_ptr<const Asset>, EqualityOptions, boost::function<void (std::string)> note) const { + virtual bool equals (boost::shared_ptr<const Asset>, EqualityOptions, boost::function<void (NoteType, std::string)> note) const { /* XXX */ - note ("subtitle assets not compared yet"); + note (ERROR, "subtitle assets not compared yet"); return true; } |
