API: Fix build
parent
ebd04041ab
commit
35b95ba710
|
@ -51,7 +51,6 @@ aiNode::aiNode()
|
|||
// empty
|
||||
}
|
||||
|
||||
|
||||
aiNode::aiNode(const std::string& name)
|
||||
: mName(name)
|
||||
, mParent(NULL)
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue