From 295a129b26154dc0a90307477b7261a441d60104 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 23 Jan 2008 13:10:50 +0000 Subject: [PATCH] IPAL18573 --- src/GEOMBase/GEOMBase_Helper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMBase/GEOMBase_Helper.cxx b/src/GEOMBase/GEOMBase_Helper.cxx index 4e8cd27b4..1a666ad76 100755 --- a/src/GEOMBase/GEOMBase_Helper.cxx +++ b/src/GEOMBase/GEOMBase_Helper.cxx @@ -789,7 +789,7 @@ bool GEOMBase_Helper::onAccept( const bool publish, const bool useTransaction ) if ( aName.isEmpty() ) aName = GEOMBase::GetDefaultName( getPrefix( *it ) ); } - addInStudy( *it, aName.toLatin1() ); + addInStudy( *it, aName.toLatin1().constData() ); // updateView=false display( *it, false ); } -- 2.39.2