소스 검색

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