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/dcp.h | |
| parent | 6322c72a13d7be2e991a8e0421414c0af8187b88 (diff) | |
Try to give basic progress indication on dcpdiff.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ public: std::list<boost::shared_ptr<const Asset> > assets () const; - bool equals (CPL const & other, EqualityOptions options, boost::function<void (std::string)> note) const; + bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const; void write_xml () const; void write_to_assetmap (std::ostream& s) const; @@ -144,7 +144,7 @@ public: * @param options Options to define what "equality" means. * @return true if the DCPs are equal according to EqualityOptions, otherwise false. */ - bool equals (DCP const & other, EqualityOptions options, boost::function<void (std::string)> note) const; + bool equals (DCP const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const; /** Add a CPL to this DCP. * @param cpl CPL to add. |
