Don't try to change the value of 'const' variables. Finish statements with semicolon...
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / lumakey.h
index 3e53833..a52ce3a 100644 (file)
@@ -59,7 +59,8 @@ public:
        virtual synfig::Rect get_bounding_rect(synfig::Context context)const;
 
        virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const;
-};
+       virtual bool reads_context()const { return true; }
+}; // END of class LumaKey
 
 /* === E N D =============================================================== */