Fixed the parameter names to keep doxygen quiet (451 -> 446 lines of output).
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 15 Mar 2007 16:14:02 +0000 (16:14 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 15 Mar 2007 16:14:02 +0000 (16:14 +0000)
git-svn-id: http://svn.voria.com/code@331 1f10aa63-cdf2-0310-b900-c93c546f37ac

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