summaryrefslogtreecommitdiff
path: root/src/resources/imageset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/imageset.h')
-rw-r--r--src/resources/imageset.h7
1 files changed, 5 insertions, 2 deletions
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)