Просмотр исходного кода

closes https://github.com/assimp/assimp/issues/584: export scene combiner.

Kim Kulling 9 лет назад
Родитель
Сommit
38b9ae2c6c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      code/SceneCombiner.h

+ 1 - 1
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() {}