X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcapsule.h;h=375f4a74de4ec0095a1c9b3e4c1a8b187efe76fe;hp=456a78246899dfe47c3c277515992c1816d09a79;hb=e37d3b91500994df3de4fe47bd3d3e75d3104b46;hpb=bbfb79181f716736df413f463b55825866400ed8 diff --git a/source/capsule.h b/source/capsule.h index 456a7824..375f4a74 100644 --- a/source/capsule.h +++ b/source/capsule.h @@ -1,14 +1,7 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_CAPSULE_H_ #define MSP_GL_CAPSULE_H_ -#include +#include "geometrybuilder.h" namespace Msp { namespace GL { @@ -24,6 +17,7 @@ private: public: CapsuleBuilder(float, float, unsigned = 16, unsigned = 9); + using GeometryBuilder::build; virtual void build(PrimitiveBuilder &) const; };