]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/colorcurve.h
Access builtin resources through a global instance
[libs/gl.git] / source / effects / colorcurve.h
index ee19a56f3835fadb225b56e48016d4f23b272f1a..f274bf06bde57040e7ae1f489fa6793d3f6560ac 100644 (file)
@@ -40,7 +40,7 @@ public:
 
                Template();
 
-               virtual ColorCurve *create(Resources &, unsigned, unsigned) const;
+               virtual ColorCurve *create(unsigned, unsigned) const;
        };
 
 private:
@@ -52,7 +52,7 @@ private:
        const Sampler &nearest_sampler;
 
 public:
-       ColorCurve(Resources &);
+       ColorCurve();
 
        /** Set exposure adjustment in EV units.  Positive values brighten the
        image, negative values darken it.  Zero is neutral. */