mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-17 02:07:56 +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* GEOM_Object_i::GetStudyEntry()
|
||||||
{
|
{
|
||||||
char* anEntry = _impl->GetAuxData();
|
TCollection_AsciiString anEntry = _impl->GetAuxData();
|
||||||
if(anEntry) return strdup(anEntry);
|
if(!anEntry.IsEmpty()) return strdup(anEntry.ToCString());
|
||||||
return strdup("");
|
return strdup("");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user