Salome HOME
using a better solution to do compare doubles for shape physical properties
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Tools.h
index 254605ba202e67f8105b95c6fbc10d0e93c83da2..da6bac84fc35a3976c83cdf57b43633ebd7c8457 100644 (file)
@@ -180,9 +180,9 @@ namespace SketcherPrs_Tools {
   SKETCHERPRS_EXPORT void sendEmptyPresentationError(ModelAPI_Feature* theFeature,
                                                      const std::string theError);
 
-  SKETCHERPRS_EXPORT void setPixelRatio(int theRatio);
+  SKETCHERPRS_EXPORT void setPixelRatio(const double theRatio);
 
-  SKETCHERPRS_EXPORT int pixelRatio();
+  SKETCHERPRS_EXPORT double pixelRatio();
 };
 
 #endif