API: Fix build
parent
ebd04041ab
commit
35b95ba710
|
@ -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)
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue