]> git.tdb.fi Git - libs/gl.git/blobdiff - source/stencil.cpp
Don't try to access a nonexistent return expression
[libs/gl.git] / source / stencil.cpp
index a05063106a793d67e32ccae0a24ce827101659ed..9de8b1f0d66952dc25d15d1148a64daa885201a3 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "stencil.h"
 
 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);
 }