|
@@ -1076,7 +1076,7 @@ private:
|
|
/** DOM root for a FBX file */
|
|
/** DOM root for a FBX file */
|
|
class Document {
|
|
class Document {
|
|
public:
|
|
public:
|
|
- Document(const Parser& parser, const ImportSettings& settings);
|
|
|
|
|
|
+ Document(Parser& parser, const ImportSettings& settings);
|
|
|
|
|
|
~Document();
|
|
~Document();
|
|
|
|
|
|
@@ -1160,7 +1160,7 @@ private:
|
|
const ImportSettings& settings;
|
|
const ImportSettings& settings;
|
|
|
|
|
|
ObjectMap objects;
|
|
ObjectMap objects;
|
|
- const Parser& parser;
|
|
|
|
|
|
+ Parser& parser;
|
|
|
|
|
|
PropertyTemplateMap templates;
|
|
PropertyTemplateMap templates;
|
|
ConnectionMap src_connections;
|
|
ConnectionMap src_connections;
|