0028316: Coding Rules - Elimilate confusing aliases of Standard_Real type in V3d_View
[occt.git] / samples / mfc / standard / Common / Resource2D / RectangularGrid.h
index f5cc31e..c88dc05 100755 (executable)
@@ -58,8 +58,8 @@ protected:
 private :
   Handle(V3d_Viewer) myViewer;
 
-  Quantity_Length  SavedXOrigin,SavedYOrigin , SavedXStep, SavedYStep;
-  Quantity_PlaneAngle SavedRotationAngle ;             
+  Standard_Real SavedXOrigin, SavedYOrigin, SavedXStep, SavedYStep;
+  Standard_Real SavedRotationAngle;
 };
 
 //{{AFX_INSERT_LOCATION}}