Skip to content
Snippets Groups Projects
Commit 2a2a02ec authored by Jan Möbius's avatar Jan Möbius
Browse files

Renamed T.cc files to T_impl.hh to get rid of IDE problems not showing them.

parent ca2a90de
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(ACG_POLYLINENODET_C)
#define ACG_POLYLINENODET_TEMPLATES
#include "PolyLineNodeT.cc"
#include "PolyLineNodeT_impl.hh"
#endif
//=============================================================================
#endif // ACG_POLYLINENODET_HH defined
......
......@@ -734,7 +734,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(ACG_POLYLINET_C)
#define ACG_POLYLINET_TEMPLATES
#include "PolyLineT.cc"
#include "PolyLineT_impl.hh"
#endif
#ifdef EXTENDED_POLY_LINE
......
......@@ -173,7 +173,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(ACG_POLYLINECOLLECTIONNODET_C)
#define ACG_POLYLINECOLLECTIONNODET_TEMPLATES
#include "PolyLineCollectionNodeT.cc"
#include "PolyLineCollectionNodeT_impl.hh"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment