From d3e9607ab6aaa2ec73cde5630bd187bb6db60fef Mon Sep 17 00:00:00 2001 From: kimmi Date: Sun, 9 Nov 2008 15:57:03 +0000 Subject: [PATCH] Kill g++ compiler warning (no newline at end of file). git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@234 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/BVHLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/BVHLoader.h b/code/BVHLoader.h index f7cb6f8fa..77ea0261d 100644 --- a/code/BVHLoader.h +++ b/code/BVHLoader.h @@ -163,4 +163,4 @@ protected: } // end of namespace Assimp -#endif // AI_BVHLOADER_H_INC \ No newline at end of file +#endif // AI_BVHLOADER_H_INC