From d53e4860c13821468fe28061de73cf61074c92b6 Mon Sep 17 00:00:00 2001 From: gdd Date: Tue, 9 Nov 2010 14:11:12 +0000 Subject: [PATCH] strcmp is not in std --- src/CONVERTOR/VISU_Structures_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } //--------------------------------------------------------------- -- 2.39.2