X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_bitmap.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_bitmap.h;h=be6c54142dcbb1af74958a582c457e86a3faf86b;hb=243072522bb877911a25499eacb20dcae016c2a9;hp=5117eb53c6165bffac0756a5f182ea22bba66b6d;hpb=e1225f281625a058a1fc032dde0c8908553e3192;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_bitmap.h b/synfig-core/trunk/src/synfig/layer_bitmap.h index 5117eb5..be6c541 100644 --- a/synfig-core/trunk/src/synfig/layer_bitmap.h +++ b/synfig-core/trunk/src/synfig/layer_bitmap.h @@ -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