X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fvertexarraybuilder.h;h=575a47535e9a22ecc5bf5bad91e5343a836790d3;hp=b6af0b9534476f495379218c31a07aae37f5eefe;hb=332352298ef41b8ac3a4c57b467dd146c0b05e0b;hpb=524515ae47ea553e8e1b9381c2027208f2d096db diff --git a/source/vertexarraybuilder.h b/source/vertexarraybuilder.h index b6af0b95..575a4753 100644 --- a/source/vertexarraybuilder.h +++ b/source/vertexarraybuilder.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_VERTEXARRAYBUIDER_H_ #define MSP_GL_VERTEXARRAYBUIDER_H_ @@ -20,12 +13,11 @@ class VertexArray; class VertexArrayBuilder: public VertexBuilder { private: - VertexArray &array; + VertexArray &array; VertexArrayBuilder(const VertexArrayBuilder &); public: VertexArrayBuilder(VertexArray &); - ~VertexArrayBuilder(); private: virtual void vertex_(const Vector4 &);