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

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 14:21:02 +0100
parents 3a4ca166fafa
children 2308fe0b0b05
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.cpp	Mon Nov 05 16:18:27 2018 +0100
+++ b/Framework/Layers/LayerSourceBase.cpp	Tue Nov 06 14:21:02 2018 +0100
@@ -53,7 +53,7 @@
     EmitMessage(ILayerSource::LayerReadyMessage(*this, renderer, slice, isError));
   }
 
-  void LayerSourceBase::NotifyImageReady(boost::shared_ptr<Orthanc::ImageAccessor> image,
+  void LayerSourceBase::NotifyImageReady(const Orthanc::ImageAccessor& image,
                                          SliceImageQuality imageQuality,
                                          const Slice& slice)
   {