From 3988c75a7c011405619af69a02ce566d3fb75a91 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 Feb 2009 13:18:54 +0000 Subject: [PATCH] Remove a warning --- src/Container/SALOME_Component_i.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/SALOME_Component_i.hxx b/src/Container/SALOME_Component_i.hxx index 361b87eb3..2285e5f4d 100644 --- a/src/Container/SALOME_Component_i.hxx +++ b/src/Container/SALOME_Component_i.hxx @@ -113,7 +113,7 @@ public: // Object information virtual bool hasObjectInfo() { return false; } - virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return ""; } + virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); } // --- local C++ methods -- 2.39.2