Fixed wrong ifdef. (Thanks to Peter Newman)

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@536 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-02-24 07:30:44 +00:00
parent 04ee696c12
commit 2a8b1dd832

View File

@@ -114,7 +114,7 @@ private:
//============================================================================= //=============================================================================
} // namespace OpenMesh } // namespace OpenMesh
//============================================================================= //=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(OPENMESH_NORMALCONE_C) #if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_NORMALCONE_C)
#define OPENMESH_NORMALCONE_TEMPLATES #define OPENMESH_NORMALCONE_TEMPLATES
#include "NormalConeT.cc" #include "NormalConeT.cc"
#endif #endif