diff Framework/Volumes/ISlicedVolume.h @ 90:64e60018943f wasm

fix and observer refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 May 2017 11:04:18 +0200
parents 90bf4116a23c
children e2fe9352f240
line wrap: on
line diff
--- a/Framework/Volumes/ISlicedVolume.h	Fri May 26 18:27:59 2017 +0200
+++ b/Framework/Volumes/ISlicedVolume.h	Mon May 29 11:04:18 2017 +0200
@@ -46,7 +46,7 @@
       // Triggered if the content of some individual slice in the
       // source volume has changed
       virtual void NotifySliceChange(const ISlicedVolume& volume,
-                                     size_t sliceIndex,
+                                     const size_t& sliceIndex,
                                      const Slice& slice) = 0;
     };