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