]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/OCCViewer/OCCViewer_ViewPort3d.h
Salome HOME
RNV: Fix compilation with the DEV version of the OCCT.
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index e4f3cd7245846853bd2023a9e3aa53856d8f2efe..1adedef4a6998573d06d33535e32b19630ccc439 100755 (executable)
@@ -117,9 +117,11 @@ private:
   void                  updateBackground();
   
 private:
+  Handle(V3d_View)      myActiveView;
+#if OCC_VERSION_LARGE <= 0x06070000
   Handle(V3d_View)      myOrthoView;
   Handle(V3d_View)      myPerspView;
-  Handle(V3d_View)      myActiveView;
+#endif
   bool                  myBusy;
   double                myScale;
   bool                  myIsAdvancedZoomingEnabled;