diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:38:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:38:53 +0100 |
| commit | b8ab7864ea798d633c4dbfa6be69c58a227d9ca2 (patch) | |
| tree | 6891668d2b7022c19045a746817c28e985e77a14 /src/lib/content.h | |
| parent | 3412af70b950dcdc604413ef05c26becda6da789 (diff) | |
Revert "Bump libdcp for new method."
This reverts commit 3412af70b950dcdc604413ef05c26becda6da789.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index e126c994b..f8b5493c0 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -86,7 +86,7 @@ public: */ virtual std::string technical_summary () const; - virtual void as_xml (xmlpp::Node *, bool with_paths) const; + virtual void as_xml (xmlpp::Node *) const; virtual DCPTime full_length () const = 0; virtual std::string identifier () const; /** @return points at which to split this content when |
