diff Framework/Widgets/LayeredSceneWidget.cpp @ 91:81f73efd81a1 wasm

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 May 2017 11:18:35 +0200
parents f5f54ed8d307
children 961ee171d933
line wrap: on
line diff
--- a/Framework/Widgets/LayeredSceneWidget.cpp	Mon May 29 11:04:18 2017 +0200
+++ b/Framework/Widgets/LayeredSceneWidget.cpp	Mon May 29 11:18:35 2017 +0200
@@ -258,7 +258,7 @@
   };
 
 
-  class LayeredSceneWidget::Layer : public ISliceableVolume::IChangeObserver
+  class LayeredSceneWidget::Layer : public ISliceableVolume::IObserver
   {
   private:
     boost::mutex                          mutex_;
@@ -562,7 +562,7 @@
     InvalidateAllLayers();
 
     SliceChangeFunctor functor(slice);
-    observers_.Notify(this, functor);
+    observers_.Notify(*this, functor);
   }