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 ddbd4e0..a52ce3a 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file lumakey.h
-**     \brief Checkerboard Layer
+**     \brief Header file for implementation of the "Luma Key" layer
 **
 **     $Id$
 **
@@ -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 =============================================================== */