]> git.tdb.fi Git - libs/gl.git/blobdiff - source/box.h
Do not clear previous assignments on assignment to array subscript
[libs/gl.git] / source / box.h
index 7e4b3e5e54dc7884ae7d2404a28b4c3684bbda3e..1059d21918b0e119cabaa68041da7a6d3b9cd389 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BOX_H_
 #define MSP_GL_BOX_H_
 
@@ -24,6 +17,7 @@ public:
        BoxBuilder(float, float, float);
        BoxBuilder(const Vector3 &, const Vector3 &);
 
+       using GeometryBuilder::build;
        virtual void build(PrimitiveBuilder &) const;
 private:
        void build_face(PrimitiveBuilder &, const Vector3 &, const Vector3 &, const Vector3 &) const;