diff Framework/Layers/LayerSourceBase.h @ 381:19bd222283ae

uncoupling LayerReadyMessage from the creation of the renderer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 15:36:06 +0100
parents ba5ad93f935a
children 5f13809f3f76
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.h	Tue Nov 06 14:59:20 2018 +0100
+++ b/Framework/Layers/LayerSourceBase.h	Tue Nov 06 15:36:06 2018 +0100
@@ -39,7 +39,7 @@
 
     void NotifySliceChange(const Slice& slice);
 
-    void NotifyLayerReady(ILayerRenderer* layer,
+    void NotifyLayerReady(const LayerReadyMessage::IRendererFactory& factory,
                           const CoordinateSystem3D& slice);
 
     void NotifyLayerError(const CoordinateSystem3D& slice);