X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fraw_image_proxy.h;h=a247d7610b4489b2198e24c5cffb4127eb14bf6c;hp=dcd107a9ebc4f9255c226228681d25a41bcc029c;hb=3b31d2d8a129ae6d8d267427bd6b5bc444b40b2a;hpb=b029cb06c4e0fca1fad9fecd78939efe5532fa9a diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h index dcd107a9e..a247d7610 100644 --- a/src/lib/raw_image_proxy.h +++ b/src/lib/raw_image_proxy.h @@ -29,7 +29,7 @@ public: explicit RawImageProxy (boost::shared_ptr); RawImageProxy (boost::shared_ptr xml, boost::shared_ptr socket); - std::pair, int> image ( + Result image ( boost::optional size = boost::optional () ) const;