diff Framework/Layers/LayerSourceBase.h @ 378:814fa32e2fcc

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 14:21:02 +0100
parents 3a4ca166fafa
children ba5ad93f935a
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.h	Mon Nov 05 16:18:27 2018 +0100
+++ b/Framework/Layers/LayerSourceBase.h	Tue Nov 06 14:21:02 2018 +0100
@@ -43,7 +43,7 @@
                           const CoordinateSystem3D& slice,
                           bool isError);
 
-    void NotifyImageReady(boost::shared_ptr<Orthanc::ImageAccessor> image,
+    void NotifyImageReady(const Orthanc::ImageAccessor& image,
                           SliceImageQuality imageQuality,
                           const Slice& slice);