]> SALOME platform Git repositories - modules/multipr.git/blobdiff - src/MULTIPR/MULTIPR_Utils.hxx
Salome HOME
*** empty log message ***
[modules/multipr.git] / src / MULTIPR / MULTIPR_Utils.hxx
index b1d0062b6d58e471dfb28927fe1d0043cd380e06..8c92ea8b0aa16495799d74c1096ac703c1ed045d 100644 (file)
@@ -42,7 +42,7 @@ void trim(char* pStr, char pChar=' ');
  * \param  pStrPrefix any valid C string ending with the char '\0'.
  * \return true iff the given string starts by prefix.
  */
-bool startWith(const char* pStr, const char* pStrPrefix);
+bool startsWith(const char* pStr, const char* pStrPrefix);
 
  
 /**