fix compiler warning.
parent
4de4c34fb2
commit
9ba014739a
File diff suppressed because it is too large
Load Diff
|
@ -55,6 +55,11 @@ class X3DExporter
|
||||||
{
|
{
|
||||||
const std::string Name;
|
const std::string Name;
|
||||||
const std::string Value;
|
const std::string Value;
|
||||||
|
SAttribute() :
|
||||||
|
Name(),
|
||||||
|
Value() {
|
||||||
|
// empty
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/***********************************************/
|
/***********************************************/
|
||||||
|
|
Loading…
Reference in New Issue