]> git.tdb.fi Git - libs/gl.git/blobdiff - source/stencil.cpp
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / stencil.cpp
index a05063106a793d67e32ccae0a24ce827101659ed..dfeb3fb72746d5f9916f742b96023301d1a1d22b 100644 (file)
@@ -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);
 }