API: Fix build

pull/1146/head
Kim Kulling 2017-01-19 11:41:43 +01:00
parent ebd04041ab
commit 35b95ba710
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@ aiNode::aiNode()
// empty // empty
} }
aiNode::aiNode(const std::string& name) aiNode::aiNode(const std::string& name)
: mName(name) : mName(name)
, mParent(NULL) , mParent(NULL)

View File

@ -69,7 +69,7 @@ extern "C" {
* the imported scene does consist of only a single root node without children. * the imported scene does consist of only a single root node without children.
*/ */
// ------------------------------------------------------------------------------- // -------------------------------------------------------------------------------
struct aiNode struct ASSIMP_API aiNode
{ {
/** The name of the node. /** The name of the node.
* *