Procházet zdrojové kódy

fixed wrong comment

Ingo Wald před 4 roky
rodič
revize
e9d03f3379
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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