From 1ff17739796e327e30a78b544be9865420d4c807 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Dec 2017 02:10:59 +0300 Subject: Remove default parameters from imageset. --- src/resources/imageset.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/resources/imageset.h') diff --git a/src/resources/imageset.h b/src/resources/imageset.h index 78907fbba..e31317731 100644 --- a/src/resources/imageset.h +++ b/src/resources/imageset.h @@ -40,8 +40,11 @@ class ImageSet notfinal : public Resource /** * Cuts the passed image in a grid of sub images. */ - ImageSet(Image *const img, const int w, const int h, - const int margin = 0, const int spacing = 0); + ImageSet(Image *const img, + const int w, + const int h, + const int margin, + const int spacing); A_DELETE_COPY(ImageSet) -- cgit v1.2.3-60-g2f50