Browse Source

Merge pull request #4081 from ingowald/master

fixed incorrect/misleading comment at end of scene.h
Kim Kulling 4 years ago
parent
commit
002cdcdd7f
1 changed files with 2 additions and 2 deletions
  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