mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Unshadow variable.
This commit is contained in:
parent
3432269b38
commit
fb8ef615e8
@ -15,7 +15,7 @@ QDomElement matrix44mToXML(const Matrix44m &m, bool binary, QDomDocument &doc)
|
||||
QDomText nd;
|
||||
if (binary) {
|
||||
QByteArray value = QByteArray::fromRawData((char *)m.V(), sizeof(Matrix44m::ScalarType) * 16).toBase64();
|
||||
QDomText nd = doc.createTextNode(QString(value));
|
||||
nd = doc.createTextNode(QString(value));
|
||||
}
|
||||
else {
|
||||
QString row[4];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user