]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture.cpp
Completely hide OpenGL from the public headers
[libs/gl.git] / source / core / texture.cpp
index 877e4d10c38f6ab60d64fd7166e4e56d5d1f2674..ef8b7eef48584db1b9680338cf67b9df1d31f452 100644 (file)
@@ -125,7 +125,7 @@ void Texture::apply_swizzle()
        }
 }
 
-void Texture::set_parameter_i(GLenum param, int value) const
+void Texture::set_parameter_i(unsigned param, int value) const
 {
        if(ARB_direct_state_access)
                glTextureParameteri(id, param, value);