X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fstencil.cpp;fp=source%2Fstencil.cpp;h=dfeb3fb72746d5f9916f742b96023301d1a1d22b;hb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49;hp=a05063106a793d67e32ccae0a24ce827101659ed;hpb=8f2430208cfa7bb9dc5bd655dde88acc21db54d2;p=libs%2Fgl.git diff --git a/source/stencil.cpp b/source/stencil.cpp index a0506310..dfeb3fb7 100644 --- a/source/stencil.cpp +++ b/source/stencil.cpp @@ -10,7 +10,7 @@ Distributed under the LGPL namespace Msp { namespace GL { -void stencil_func(Predicate func, int ref, uint mask) +void stencil_func(Predicate func, int ref, unsigned mask) { glStencilFunc(func, ref, mask); }