Salome HOME
fix errors after review
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i_1.cxx
index 66f3e19bfd3cf83fd9cb5ce2aa825f7c31ca10cb..f5768f4b3c6405efe5b0f706d2502166fde99673 100644 (file)
@@ -1537,7 +1537,7 @@ int StudyContext::addObject( const std::string& theIOR )
 //purpose  : find the object id in the internal map by the IOR
 //=======================================================================
 
-smIdType StudyContext::findId( const std::string& theIOR )
+int StudyContext::findId( const std::string& theIOR )
 {
   TInt2StringMap::iterator imap;
   for ( imap = mapIdToIOR.begin(); imap != mapIdToIOR.end(); ++imap ) {