fix naming readout + export.
parent
c8ae0bbb3d
commit
c7ac32f891
|
@ -133,11 +133,11 @@ private:
|
||||||
|
|
||||||
const char *attrib( nullptr );
|
const char *attrib( nullptr );
|
||||||
std::string name, type;
|
std::string name, type;
|
||||||
attrib = xmlReader->getAttributeValue( D3MF::XmlTag::name.c_str() );
|
attrib = xmlReader->getAttributeValue( D3MF::XmlTag::id.c_str() );
|
||||||
if ( nullptr != attrib ) {
|
if ( nullptr != attrib ) {
|
||||||
name = attrib;
|
name = attrib;
|
||||||
}
|
}
|
||||||
attrib = xmlReader->getAttributeValue( D3MF::XmlTag::name.c_str() );
|
attrib = xmlReader->getAttributeValue( D3MF::XmlTag::type.c_str() );
|
||||||
if ( nullptr != attrib ) {
|
if ( nullptr != attrib ) {
|
||||||
type = attrib;
|
type = attrib;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue