Procházet zdrojové kódy

Merge pull request #4081 from ingowald/master

fixed incorrect/misleading comment at end of scene.h
Kim Kulling před 4 roky
rodič
revize
002cdcdd7f
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
 #ifdef __cplusplus
-} //! namespace Assimp
-#endif
+} 
+#endif //! extern "C"
 
 
 #endif // AI_SCENE_H_INC
 #endif // AI_SCENE_H_INC