From: gdd Date: Tue, 9 Nov 2010 14:11:12 +0000 (+0000) Subject: strcmp is not in std X-Git-Tag: V5_1_5rc2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d53e4860c13821468fe28061de73cf61074c92b6;p=modules%2Fvisu.git strcmp is not in std --- diff --git a/src/CONVERTOR/VISU_Structures_impl.cxx b/src/CONVERTOR/VISU_Structures_impl.cxx index 8b853a32..6830003f 100644 --- a/src/CONVERTOR/VISU_Structures_impl.cxx +++ b/src/CONVERTOR/VISU_Structures_impl.cxx @@ -520,7 +520,7 @@ namespace VISU TSubProfileImpl ::isDefault() const { - return std::strcmp(myName.c_str(),"") == 0; + return strcmp(myName.c_str(),"") == 0; } //---------------------------------------------------------------