diff Framework/Widgets/LayerWidget.cpp @ 329:b10dfdb96866 am-2

removing WorldSceneWidget::IWorldObserver
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Oct 2018 12:30:32 +0200
parents 3a4ca166fafa
children 70256a53ff21
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.cpp	Wed Oct 17 10:26:33 2018 +0200
+++ b/Framework/Widgets/LayerWidget.cpp	Wed Oct 17 12:30:32 2018 +0200
@@ -255,7 +255,7 @@
                                    ILayerSource& source) const
   {
     extent.Reset();
-    
+
     std::vector<Vector> points;
     if (source.GetExtent(points, slice_))
     {