diff Framework/Widgets/LayerWidget.h @ 112:948f86e61e83 wasm

start of SliceLocationSource
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 14:37:08 +0200
parents 7665ccbf33db
children ba83e38cf3ff
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.h	Wed Jun 14 15:54:06 2017 +0200
+++ b/Framework/Widgets/LayerWidget.h	Wed Sep 20 14:37:08 2017 +0200
@@ -68,10 +68,11 @@
                                   bool isError);
 
     void ResetChangedLayers();
-        
-  protected:
+
+  public:
     virtual Extent2D GetSceneExtent();
  
+  protected:
     virtual bool RenderScene(CairoContext& context,
                              const ViewportGeometry& view);