Salome HOME
22784: EDF 8824 GHS3DPLUGIN: SetEnforcedVertexNamedWithGroup() does not add an extra...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Utils.h
index d5ec25ed4a7134897d7371269f4a5a69f47d7e8f..5ac9ee97cfbd402878949c76a0e44dede4930078 100644 (file)
@@ -204,7 +204,7 @@ SMESHGUI_EXPORT
   struct toQStr : public toStrT< QString > {
     toQStr( char* s ): toStrT< QString >(s) {}
   };
-  class toStdStr : public toStrT< std::string > {
+  struct toStdStr : public toStrT< std::string > {
     toStdStr( char* s ): toStrT< std::string >(s) {}
   };