projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304556a
)
closes https://github.com/assimp/assimp/issues/584: export scene combiner.
author
Kim Kulling
<kim.kulling@googlemail.com>
Fri, 23 Sep 2016 22:27:45 +0000
(
00:27
+0200)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Fri, 23 Sep 2016 22:27:45 +0000
(
00:27
+0200)
code/SceneCombiner.h
patch
|
blob
|
history
diff --git
a/code/SceneCombiner.h
b/code/SceneCombiner.h
index
81e58aa
..
a6ba067
100644
(file)
--- a/
code/SceneCombiner.h
+++ b/
code/SceneCombiner.h
@@
-198,7
+198,7
@@
struct SceneHelper
* The class is currently being used by various postprocessing steps
* and loaders (ie. LWS).
*/
-class SceneCombiner
+class
ASSIMP_API
SceneCombiner
{
// class cannot be instanced
SceneCombiner() {}