Salome HOME
refs #426: grammatic error
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.h
index 7e0efdd8445f42a26c2ee7994e11170a0c0e6b0e..e1565e72f930c724ba82f3510da735d026e23120 100644 (file)
@@ -342,7 +342,7 @@ public:
    * \param theNumber coordinate as a number
    * \return coordinate as a string
    */
-  static QString                  GetCoordinateString( const double theNumber );
+  static QString                  GetCoordinateString( const double theNumber, bool isInLocale );
 };
 
 #endif