X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fpostprocessor.h;h=8b2884acf6a360953f2e0a63ddeec2d44a64e689;hb=c8520aa336e92f2eaf9a38c3430c608520a90324;hp=ee169e79470eedded9a31436581437183e04fcd1;hpb=6065f6622cc275dc0b20baaf7c267e71169d18f3;p=libs%2Fgl.git diff --git a/source/effects/postprocessor.h b/source/effects/postprocessor.h index ee169e79..8b2884ac 100644 --- a/source/effects/postprocessor.h +++ b/source/effects/postprocessor.h @@ -27,10 +27,9 @@ public: Loader(Template &); }; - unsigned size_divisor; + unsigned size_divisor = 1; - Template(); - virtual ~Template() { } + virtual ~Template() = default; virtual PostProcessor *create(unsigned, unsigned) const = 0; };