fix compiler warning.

pull/3012/head
kimkulling 2020-03-19 15:25:34 +01:00
parent 4de4c34fb2
commit 9ba014739a
2 changed files with 502 additions and 557 deletions

File diff suppressed because it is too large Load Diff

View File

@ -55,6 +55,11 @@ class X3DExporter
{
const std::string Name;
const std::string Value;
SAttribute() :
Name(),
Value() {
// empty
}
};
/***********************************************/