diff Framework/Toolbox/SlicesSorter.h @ 119:ba83e38cf3ff wasm

rendering of rt-dose
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Oct 2017 22:01:41 +0200
parents 53025eecbc95
children e2fe9352f240
line wrap: on
line diff
--- a/Framework/Toolbox/SlicesSorter.h	Mon Oct 02 14:31:26 2017 +0200
+++ b/Framework/Toolbox/SlicesSorter.h	Mon Oct 02 22:01:41 2017 +0200
@@ -48,7 +48,7 @@
       slices_.reserve(count);
     }
 
-    void AddSlice(const Slice& slice);
+    void AddSlice(Slice* slice);  // Takes ownership
 
     size_t GetSliceCount() const
     {