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

displaying rt-struct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 17:53:47 +0200
parents 948f86e61e83
children e2fe9352f240
line wrap: on
line diff
--- a/Framework/Layers/ILayerSource.h	Wed Oct 04 15:51:34 2017 +0200
+++ b/Framework/Layers/ILayerSource.h	Wed Oct 04 17:53:47 2017 +0200
@@ -55,7 +55,7 @@
       // std::auto_ptr
       virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer,
                                     const ILayerSource& source,
-                                    const Slice& slice,  // TODO Shouldn't this be CoordinateSystem3D? Is it necessary given ILayerS::GetLayerSlice()?
+                                    const CoordinateSystem3D& slice,
                                     bool isError) = 0;  // TODO Shouldn't this be separate as NotifyLayerError?
     };