]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarraybuilder.h
Support slopes in keyframe interpolation
[libs/gl.git] / source / vertexarraybuilder.h
index 04cd5a27e7aeafb059b49717f9c43e1f60c3ee06..575a47535e9a22ecc5bf5bad91e5343a836790d3 100644 (file)
@@ -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,7 +13,7 @@ class VertexArray;
 class VertexArrayBuilder: public VertexBuilder
 {
 private:
-       VertexArray  &array;
+       VertexArray &array;
 
        VertexArrayBuilder(const VertexArrayBuilder &);
 public: