From 6205783e6ac38a17ab6a06ba8d2a480a0d8de98a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 14:53:26 +0300 Subject: remove default parameter from Image constructor. --- src/resources/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/image.h') diff --git a/src/resources/image.h b/src/resources/image.h index f10734ba4..e4e41b914 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -200,7 +200,7 @@ class Image : public Resource // ----------------------- /** SDL Constructor */ - Image(SDL_Surface *const image, const bool hasAlphaChannel = false, + Image(SDL_Surface *const image, const bool hasAlphaChannel, uint8_t *const alphaChannel = nullptr); #ifdef USE_SDL2 -- cgit v1.2.3-70-g09d2