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
}
aiNode::aiNode(const std::string& name)
: mName(name)
, mParent(NULL)

View File

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