summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-06 22:01:45 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-06 22:01:45 +0000
commit7e479483826381699915aa90cc26736e3d2c76ed (patch)
tree40ce6ee1a2ec6c726701bf70320931fe2d761c1f /src/lib/video_content.h
parent79ce26d031d109177ba4b0f637fa2960345a37a3 (diff)
Build fixes.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index ebd9f8c72..a82c6c221 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -45,7 +45,7 @@ public:
VideoContentScale (bool);
VideoContentScale (boost::shared_ptr<cxml::Node>);
- libdcp::Size size (boost::shared_ptr<const VideoContent>, libdcp::Size) const;
+ dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size) const;
std::string id () const;
std::string name () const;
void as_xml (xmlpp::Node *) const;