]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/OCCViewer/OCCViewer_ViewPort3d.h
Salome HOME
Proper conditional compilation: a way OCCT dev version is detected has been modified...
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index f50a7bfc2dab596d8b7ce6a8b8d96d8fb423cfe4..cd8b1c9e1c945603967a4f1af48ef0fb92d294d9 100755 (executable)
@@ -120,7 +120,7 @@ private:
   
 private:
   Handle(V3d_View)      myActiveView;
-#if OCC_VERSION_LARGE <= 0x06070000
+#if OCC_VERSION_LARGE <= 0x06070100
   Handle(V3d_View)      myOrthoView;
   Handle(V3d_View)      myPerspView;
 #endif