]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/image.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / image.h
index 5d113ccf33c83cd900d77f400bdfad38a000babb..8256a8d9c5c1749bbee6da77793fbc91e7b09a81 100644 (file)
@@ -24,7 +24,7 @@ private:
        bool keep_aspect;
 
 public:
-       Image(const Resources &, const GL::Texture2D * = 0);
+       Image(const GL::Texture2D * = 0);
 
        void set_image(const GL::Texture2D *);
        void set_keep_aspect(bool);