0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
[occt.git] / src / StepDimTol / StepDimTol_GeoTolAndGeoTolWthMod.hxx
index efa7506..849314d 100644 (file)
@@ -65,7 +65,7 @@ public:
     myToleranceType = theType;
   }
   
-  Standard_EXPORT StepDimTol_GeometricToleranceType GetToleranceType() const {
+  StepDimTol_GeometricToleranceType GetToleranceType() const {
     return myToleranceType;
   }