Replace aligned bool with enum Alignment.
[dcpomatic.git] / src / lib / raw_image_proxy.h
index 7e08611041d45ee307fbfdc65bc49e200d71df79..c9885654bd3ae3e830c7a6f635d25d205999f8d8 100644 (file)
@@ -33,7 +33,7 @@ public:
        RawImageProxy (std::shared_ptr<cxml::Node> xml, std::shared_ptr<Socket> socket);
 
        Result image (
-               bool aligned,
+               Image::Alignment alignment,
                boost::optional<dcp::Size> size = boost::optional<dcp::Size> ()
                ) const;