X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcapsule.h;h=07d06f50f90e05be072bc2e91217bb26d33cc88d;hb=6afbace895a7bbcf216ab8e48280ea0303ab5892;hp=456a78246899dfe47c3c277515992c1816d09a79;hpb=bbfb79181f716736df413f463b55825866400ed8;p=libs%2Fgl.git diff --git a/source/capsule.h b/source/capsule.h index 456a7824..07d06f50 100644 --- a/source/capsule.h +++ b/source/capsule.h @@ -1,10 +1,3 @@ -/* $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_ @@ -24,6 +17,7 @@ private: public: CapsuleBuilder(float, float, unsigned = 16, unsigned = 9); + using GeometryBuilder::build; virtual void build(PrimitiveBuilder &) const; };