X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcylinder.h;h=ffc3cc2125d094f28332195104a9d40365aeb29c;hb=ab83db6f1e31d44ced585119a57fd10896e469cb;hp=c671bfee14e1a4e87220f6cf52749b900d4b4e60;hpb=aa9884e69bc543682d1fe36ec5d054fdf11bcfac;p=libs%2Fgl.git diff --git a/source/cylinder.h b/source/cylinder.h index c671bfee..ffc3cc21 100644 --- a/source/cylinder.h +++ b/source/cylinder.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef CYLINDER_H_ #define CYLINDER_H_ @@ -23,6 +16,7 @@ private: public: CylinderBuilder(float, float, unsigned = 16); + using GeometryBuilder::build; virtual void build(PrimitiveBuilder &) const; };