Get rid of the T.cc naming for template implementations
This commit is contained in:
@@ -119,7 +119,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_MESHCHECKER_C)
|
||||
#define OPENMESH_MESHCHECKER_TEMPLATES
|
||||
#include "MeshCheckerT.cc"
|
||||
#include "MeshCheckerT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_MESHCHECKER_HH defined
|
||||
|
||||
@@ -146,7 +146,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_STRIPIFIERT_C)
|
||||
#define OPENMESH_STRIPIFIERT_TEMPLATES
|
||||
#include "StripifierT.cc"
|
||||
#include "StripifierT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_STRIPIFIERT_HH defined
|
||||
|
||||
Reference in New Issue
Block a user