Various Doxygen fixes.
[dcpomatic.git] / src / lib / raw_image_proxy.cc
index 6ebcee60c9d1c135822a8426fd3d49d7f5cec98a..ea702f138594a9217709786934c5b3ae76051b52 100644 (file)
@@ -53,7 +53,7 @@ RawImageProxy::RawImageProxy (shared_ptr<cxml::Node> xml, shared_ptr<Socket> soc
 }
 
 shared_ptr<Image>
-RawImageProxy::image (optional<dcp::NoteHandler>) const
+RawImageProxy::image (optional<dcp::NoteHandler>, optional<dcp::Size>) const
 {
        return _image;
 }