diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in index ee739d075..dc59f51f5 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -27,16 +27,16 @@ - +
- - + +
- +
diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 033704512..5d138bbf7 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -109,7 +109,7 @@ extern "C" { } Standard_EXPORT char* getModuleVersion() { - return GEOM_VERSION_STR; + return (char*)GEOM_VERSION_STR; } }