diff Framework/Layers/LayerSourceBase.h @ 121:e66b2c757790 wasm

displaying rt-struct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 17:53:47 +0200
parents f8bce1bebe01
children e2fe9352f240
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.h	Wed Oct 04 15:51:34 2017 +0200
+++ b/Framework/Layers/LayerSourceBase.h	Wed Oct 04 17:53:47 2017 +0200
@@ -43,7 +43,7 @@
     void NotifySliceChange(const Slice& slice);
 
     void NotifyLayerReady(ILayerRenderer* layer,
-                          const Slice& slice,
+                          const CoordinateSystem3D& slice,
                           bool isError);
 
   public: