X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fclipping.h;h=b07195231423ca139a174af18c202c80153f6602;hp=d74763ab7c697f9cade4e94ab4b15bdb518e0a10;hb=2d3113a7dbbe4be2f1d1e8980c1c4e42175163da;hpb=c5583e23cc7b064ac28f2b2b6993d1e5fa415d5b diff --git a/source/core/clipping.h b/source/core/clipping.h index d74763ab..b0719523 100644 --- a/source/core/clipping.h +++ b/source/core/clipping.h @@ -27,7 +27,7 @@ private: mutable ProgramData shdata; public: - static unsigned get_n_attach_points(); + DEPRECATED static unsigned get_n_attach_points(); void attach(const ClipPlane &); void detach(const ClipPlane &);