X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fcolorcurve.h;h=f274bf06bde57040e7ae1f489fa6793d3f6560ac;hp=ee19a56f3835fadb225b56e48016d4f23b272f1a;hb=fe2fc291a4fc618425c64112c9ffd3519f0b8a3e;hpb=08d0a9f283b71e874b769b2661389b0aca598f4f diff --git a/source/effects/colorcurve.h b/source/effects/colorcurve.h index ee19a56f..f274bf06 100644 --- a/source/effects/colorcurve.h +++ b/source/effects/colorcurve.h @@ -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. */