diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-02 21:51:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-02 21:51:56 +0100 |
| commit | 8fca5499789ae1deb2dbcad8d3501a8f42fb95f0 (patch) | |
| tree | f77fd52ac2ade3f14eb686a3dfcd23d3d1277824 /src/mxf_asset.h | |
| parent | 0884b93386c0b6858eae0236d75a4eba12176219 (diff) | |
Clean up DCP comparison a bit.
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index 7f36b30a..240e042d 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -38,7 +38,7 @@ public: */ MXFAsset (std::string directory, std::string file_name, sigc::signal1<void, float>* progress, int fps, int entry_point, int length); - virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const; + virtual bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const; int length () const; |
