X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexarraybuilder.h;h=b956660f00c7df775a10120b9779732327f053f3;hb=2157e9320c60d561208dfdf6034e9a06781c9f30;hp=3b1f821645e21b9c235680e677e10be017e6f73b;hpb=4443707c752ab8ee288f1c22be08cf82f27439d7;p=libs%2Fgl.git diff --git a/source/vertexarraybuilder.h b/source/vertexarraybuilder.h index 3b1f8216..b956660f 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_ @@ -25,10 +18,9 @@ private: VertexArrayBuilder(const VertexArrayBuilder &); public: VertexArrayBuilder(VertexArray &); - ~VertexArrayBuilder(); private: - virtual void vertex_(float, float, float, float); + virtual void vertex_(const Vector4 &); }; } // namespace GL