diff --git a/code/scene.cpp b/code/scene.cpp index 91404652a..d266170e2 100644 --- a/code/scene.cpp +++ b/code/scene.cpp @@ -51,7 +51,6 @@ aiNode::aiNode() // empty } - aiNode::aiNode(const std::string& name) : mName(name) , mParent(NULL) diff --git a/include/assimp/scene.h b/include/assimp/scene.h index fae31f242..b52db9883 100644 --- a/include/assimp/scene.h +++ b/include/assimp/scene.h @@ -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. *