From 1d086aee7cc193bed2f8ca09cc2e020f509378f1 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 18 Aug 2017 08:07:59 +0200 Subject: Modernize various files (part 2) * range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function --- src/guiscalingfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guiscalingfilter.h') diff --git a/src/guiscalingfilter.h b/src/guiscalingfilter.h index 7408ff5eb..4661bf8da 100644 --- a/src/guiscalingfilter.h +++ b/src/guiscalingfilter.h @@ -46,5 +46,5 @@ video::ITexture *guiScalingImageButton(video::IVideoDriver *driver, video::IText */ void draw2DImageFilterScaled(video::IVideoDriver *driver, video::ITexture *txr, const core::rect &destrect, const core::rect &srcrect, - const core::rect *cliprect = 0, video::SColor *const colors = 0, + const core::rect *cliprect = 0, const video::SColor *const colors = 0, bool usealpha = false); -- cgit v1.2.3