From 35b95ba710870fa39489fbfcec8477aa3765a12c Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 19 Jan 2017 11:41:43 +0100 Subject: [PATCH] API: Fix build --- code/scene.cpp | 1 - include/assimp/scene.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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. *