diff options
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; |
