diff options
Diffstat (limited to 'src/lib/raw_image_proxy.cc')
| -rw-r--r-- | src/lib/raw_image_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/raw_image_proxy.cc b/src/lib/raw_image_proxy.cc index 8e8bf8824..8f05f5455 100644 --- a/src/lib/raw_image_proxy.cc +++ b/src/lib/raw_image_proxy.cc @@ -30,6 +30,7 @@ extern "C" { using std::string; using boost::shared_ptr; +using boost::optional; RawImageProxy::RawImageProxy (shared_ptr<Image> image) : _image (image) @@ -48,7 +49,7 @@ RawImageProxy::RawImageProxy (shared_ptr<cxml::Node> xml, shared_ptr<Socket> soc } shared_ptr<Image> -RawImageProxy::image () const +RawImageProxy::image (optional<dcp::NoteHandler>) const { return _image; } |
