diff Framework/Layers/VolumeSlicerBase.h @ 399:885e1ebd315c

rename SliceChange as SliceContentChange
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 09:50:30 +0100
parents ed7146fa2c98
children f1c769b3a5c2
line wrap: on
line diff
--- a/Framework/Layers/VolumeSlicerBase.h	Sat Nov 10 09:41:59 2018 +0100
+++ b/Framework/Layers/VolumeSlicerBase.h	Sat Nov 10 09:50:30 2018 +0100
@@ -37,7 +37,7 @@
 
     void NotifyContentChange();
 
-    void NotifySliceChange(const Slice& slice);
+    void NotifySliceContentChange(const Slice& slice);
 
     void NotifyLayerReady(const LayerReadyMessage::IRendererFactory& factory,
                           const CoordinateSystem3D& slice);