浏览代码

Merge pull request #4081 from ingowald/master

fixed incorrect/misleading comment at end of scene.h
Kim Kulling 4 年之前
父节点
当前提交
002cdcdd7f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/assimp/scene.h

+ 2 - 2
include/assimp/scene.h

@@ -437,7 +437,7 @@ struct aiScene
 };
 
 #ifdef __cplusplus
-} //! namespace Assimp
-#endif
+} 
+#endif //! extern "C"
 
 #endif // AI_SCENE_H_INC