fix missing parthesis.
parent
5b8e6832c3
commit
2ee948eb84
|
@ -65,7 +65,7 @@ class X3DExporter {
|
||||||
|
|
||||||
SAttribute(SAttribute && rhs) :
|
SAttribute(SAttribute && rhs) :
|
||||||
Name(std::move(rhs.Name)),
|
Name(std::move(rhs.Name)),
|
||||||
Value(std::move(rhs.Value) {
|
Value(std::move(rhs.Value)) {
|
||||||
// empty
|
// empty
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue