- 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
|
||||
{
|
||||
template <typename T>
|
||||
|
@ -38,4 +41,6 @@ namespace vcg
|
|||
typedef GLdouble ScalarType;
|
||||
static GLenum SCALAR() { return GL_DOUBLE; }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue