summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-18 15:07:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-18 15:07:41 +0100
commitc2bac22380bea453665a24c6f39200a977771daf (patch)
treea464d94724318b81484eb3011fa0a946205550c3 /src/reel.h
parent564f68cb2c258e61c1e70950c9d036859ea8619a (diff)
parent59617eb2230e47b59882c4f9ca6092ce05f53cf1 (diff)
Merge master.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reel.h b/src/reel.h
index 0ad5ace2..00278a14 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -19,6 +19,8 @@
#include <list>
#include <boost/shared_ptr.hpp>
+#include <boost/function.hpp>
+#include <libxml++/libxml++.h>
#include "types.h"
namespace xmlpp {
@@ -59,7 +61,7 @@ public:
void write_to_cpl (xmlpp::Node *) const;
- bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, std::list<std::string>& notes) const;
+ bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> notes) const;
private:
boost::shared_ptr<const PictureAsset> _main_picture;