From e52f18d28d90c9deba31a441d566db94be0571b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Jul 2014 23:34:44 +0100 Subject: Fix some warnings. --- src/content.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content.h') 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 namespace ASDCP { - class WriterInfo; + struct WriterInfo; } namespace xmlpp { @@ -59,7 +59,7 @@ public: Content (boost::filesystem::path file); bool equals ( - boost::shared_ptr other, + boost::shared_ptr other, EqualityOptions opt, boost::function ) const; -- cgit v1.2.3