X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcylinder.h;fp=source%2Fcylinder.h;h=ffc3cc2125d094f28332195104a9d40365aeb29c;hb=e8bdd7946874a6622bda3376232290a35422fdea;hp=62aa37f1a6981d9a8049026ceca8d683ed70cb5c;hpb=28c3b49b1774028aad458d665a0772713427a3fc;p=libs%2Fgl.git diff --git a/source/cylinder.h b/source/cylinder.h index 62aa37f1..ffc3cc21 100644 --- a/source/cylinder.h +++ b/source/cylinder.h @@ -16,6 +16,7 @@ private: public: CylinderBuilder(float, float, unsigned = 16); + using GeometryBuilder::build; virtual void build(PrimitiveBuilder &) const; };