]> git.tdb.fi Git - libs/gl.git/blobdiff - source/immediate.h
Change some class names
[libs/gl.git] / source / immediate.h
index 89380c41310c3717a20db88b35d9b8ad95b22cc2..40e25cd667c8f6771f01890a49e89a96c134f672 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_IMMEDIATE_H_
 #define MSP_GL_IMMEDIATE_H_
 
@@ -30,7 +23,7 @@ public:
        Immediate(VertexFormat);
        void reset();
 private:
-       virtual void begin_() { }
+       virtual void begin_();
        virtual void end_();
        virtual void element_(unsigned);
 };