]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture2d_backend.h
Use set_manager instead of passing the manager to the constructor
[libs/gl.git] / source / backends / opengl / texture2d_backend.h
index 8f2fec594f65733840dc8ede27fdd5d48a615ef7..595c51f51ea38e76233f1617f37ea4398095a190 100644 (file)
@@ -13,7 +13,7 @@ class OpenGLTexture2D: public Texture
 protected:
        class AsyncLoader;
 
-       OpenGLTexture2D(ResourceManager *);
+       OpenGLTexture2D();
 
        void allocate();
        void sub_image(unsigned, int, int, unsigned, unsigned, const void *);