mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 21:17:55 +05:00
Dump Python. Change because now GetAuxData() returns TCollection_AsciiString
This commit is contained in:
parent
bc3508cd3c
commit
4c692485e9
@ -129,8 +129,8 @@ void GEOM_Object_i::SetStudyEntry(const char* theEntry)
|
||||
//=============================================================================
|
||||
char* GEOM_Object_i::GetStudyEntry()
|
||||
{
|
||||
char* anEntry = _impl->GetAuxData();
|
||||
if(anEntry) return strdup(anEntry);
|
||||
TCollection_AsciiString anEntry = _impl->GetAuxData();
|
||||
if(!anEntry.IsEmpty()) return strdup(anEntry.ToCString());
|
||||
return strdup("");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user