summaryrefslogtreecommitdiff
path: root/src/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content.h')
-rw-r--r--src/content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content.h b/src/content.h
index cf92f536..27939e83 100644
--- a/src/content.h
+++ b/src/content.h
@@ -33,7 +33,7 @@
#include <list>
namespace ASDCP {
- class WriterInfo;
+ struct WriterInfo;
}
namespace xmlpp {
@@ -59,7 +59,7 @@ public:
Content (boost::filesystem::path file);
bool equals (
- boost::shared_ptr<const Content> other,
+ boost::shared_ptr<const Asset> other,
EqualityOptions opt,
boost::function<void (NoteType, std::string)>
) const;