]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_Iterator.h
Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROData / HYDROData_Iterator.h
index 64728dd2c6bc55fb62a9be6b75055d70e1ac0824..409787fc600db769b7da61cbbc4a01f28c9b306c 100644 (file)
@@ -67,7 +67,7 @@ protected:
   /**
    * Returns object associated to the given label.
    */
-  static Handle(HYDROData_Entity) Object(const TDF_Label theLabel);
+  static Handle(HYDROData_Entity) Object( const TDF_Label& theLabel );
 
   TDF_ChildIDIterator myIter; ///< iterator by the objects in the document
 };