X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;fp=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=8b6a734e4eaf9850ea2d45583acc7cb951645ef7;hb=57ca8f2bd18525d80ed6ad5d3f72e57901162d55;hp=f272d3d87b22cdf0f2fff876b05b40dc6d493a03;hpb=5a01404e40717c6c2cc389ed8357713e1f216f07;p=libs%2Fgl.git diff --git a/source/backends/opengl/texture_backend.h b/source/backends/opengl/texture_backend.h index f272d3d8..8b6a734e 100644 --- a/source/backends/opengl/texture_backend.h +++ b/source/backends/opengl/texture_backend.h @@ -19,7 +19,7 @@ protected: static int swizzle_orders[]; static OpenGLTexture *scratch_binding; - OpenGLTexture(unsigned, bool); + OpenGLTexture(unsigned); ~OpenGLTexture(); void generate_id();