Fixed the parameter names to keep doxygen quiet (451 -> 446 lines of output).
[synfig.git] / synfig-core / trunk / src / synfig / layer_bitmap.h
index 5117eb5..be6c541 100644 (file)
@@ -66,7 +66,7 @@ public:
 
        virtual Rect get_bounding_rect()const;
 
-       virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &rend_desc, ProgressCallback *callback)const;
+       virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
 
        virtual synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;
 }; // END of class Layer_Bitmap