Fix the build for older macOS.
[dcpomatic.git] / src / lib / raw_image_proxy.h
index ec30f5a29aa3f8ad945c83f106b81f623c516956..c9885654bd3ae3e830c7a6f635d25d205999f8d8 100644 (file)
@@ -33,6 +33,7 @@ public:
        RawImageProxy (std::shared_ptr<cxml::Node> xml, std::shared_ptr<Socket> socket);
 
        Result image (
+               Image::Alignment alignment,
                boost::optional<dcp::Size> size = boost::optional<dcp::Size> ()
                ) const;