[Synfig-devl] Why method etl::surface::set_wh(w, h, newdata, pitch) is virtual?

2013-08-30 Thread Ivan Mahonin
Why flllowing method is virtual? template typename T, typename AT=T, class VP=value_prepT,AT etl::surface::set_wh(typename size_type::value_type w, typename size_type::value_type h, unsigned char* newdata, const typename size_type::value_type pitch) This method have one override: void

Re: [Synfig-devl] Why method etl::surface::set_wh(w, h, newdata, pitch) is virtual?

2013-08-30 Thread Carlos López González
Yes, you're right. It is one trailing code form the initial steps of Cairo render implementation. Sure it is OK to remove the virtual keyword. Thanks! 2013/8/30 Ivan Mahonin b...@icystar.com Why flllowing method is virtual? template typename T, typename AT=T, class VP=value_prepT,AT

Re: [Synfig-devl] Why method etl::surface::set_wh(w, h, newdata, pitch) is virtual?

2013-08-30 Thread Carlos López González
Btw, thanks for the rest of warning fixes! 2013/8/30 Carlos López González genet...@gmail.com Yes, you're right. It is one trailing code form the initial steps of Cairo render implementation. Sure it is OK to remove the virtual keyword. Thanks! 2013/8/30 Ivan Mahonin b...@icystar.com