Forráskód Böngészése

fixed wrong comment

Ingo Wald 4 éve
szülő
commit
e9d03f3379
1 módosított fájl, 2 hozzáadás és 2 törlés
  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