]> git.tdb.fi Git - libs/gl.git/blobdiff - source/grid.h
Expose the build(Mesh &) shortcut in classes derived from GeometryBuilder
[libs/gl.git] / source / grid.h
index 91b9ef2338fd467097bfecea39d176d074c374ca..6d65df0a836e7ea31b2c67c512db91daeb93f043 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_GRID_H_
 #define MSP_GL_GRID_H_
 
@@ -35,6 +28,7 @@ private:
        void init(bool);
 
 public:
+       using GeometryBuilder::build;
        virtual void build(PrimitiveBuilder &) const;
 };