浏览代码

API: Fix build

Kim Kulling 8 年之前
父节点
当前提交
35b95ba710
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      code/scene.cpp
  2. 1 1
      include/assimp/scene.h

+ 0 - 1
code/scene.cpp

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

+ 1 - 1
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.
      *