- added missing ifndef
This commit is contained in:
parent
64aaeaf2d0
commit
92dfeec652
|
@ -21,6 +21,9 @@
|
||||||
* *
|
* *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef __VCG_GL_TYPE_NAME
|
||||||
|
#define __VCG_GL_TYPE_NAME
|
||||||
|
|
||||||
namespace vcg
|
namespace vcg
|
||||||
{
|
{
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
@ -38,4 +41,6 @@ namespace vcg
|
||||||
typedef GLdouble ScalarType;
|
typedef GLdouble ScalarType;
|
||||||
static GLenum SCALAR() { return GL_DOUBLE; }
|
static GLenum SCALAR() { return GL_DOUBLE; }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue