Salome HOME
SIP: HYDROData_SplittedShapesGroup is included.
[modules/hydro.git] / src / HYDROPy / HYDROData_Profile.sip
index 6b11c5942f31e2a169759fd7367a30341da60168..d94a1c9d9480df897513e8fdd544f52b65b36478 100644 (file)
@@ -175,7 +175,7 @@ public:
    * \param theFileName the path to file
    * \return \c number of successfully imported profiles
    */
-  static int ImportFromFile( HYDROData_Document theDoc,
+  static int ImportFromFile( const HYDROData_Document theDoc,
                              const TCollection_AsciiString&    theFileName,
                              NCollection_Sequence<int>&        theBadProfilesIds )
   [int ( const Handle_HYDROData_Document& ,