diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 23:34:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 23:34:44 +0100 |
| commit | e52f18d28d90c9deba31a441d566db94be0571b2 (patch) | |
| tree | 9c716e7a4a95ce2523272da3131cac17d00e5e03 /src/content.h | |
| parent | e4a1a0752cbf009c9fea6ac9f2f7fe1a53bc4245 (diff) | |
Fix some warnings.
Diffstat (limited to 'src/content.h')
| -rw-r--r-- | src/content.h | 4 |
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; |
