Salome HOME
Upgrade to paraview 5.4
[modules/gui.git] / src / OCCViewer / OCCViewer_VService.cxx
index 1102899a50545a10ae050ba17f254b9cf6c75cc5..a9cd79fe79c69f26fcd4a61b7acbe1208d0627fd 100644 (file)
@@ -91,7 +91,7 @@ Handle(V3d_Viewer) OCCViewer_VService::CreateViewer( const Standard_ExtString na
 #endif
   }
 
-#if OCC_VERSION_LARGE > 0x07010000
+#if OCC_VERSION_LARGE > 0x07010001
   return new V3d_Viewer( aGraphicDriver, name, domain, viewSize, viewProjection,
                         Quantity_NOC_GRAY30, V3d_ZBUFFER, V3d_GOURAUD,
                         computedMode, defaultComputedMode );