summaryrefslogtreecommitdiff
path: root/src/resources/image/subimage.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-17 22:11:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-17 22:11:45 +0300
commit089757c176159291d99d902955ef27312a8471a7 (patch)
tree0ad3f0b014a35ce4f18a1209ea680fd833222e0b /src/resources/image/subimage.cpp
parenta6739b53c776771e0f78be3bfa3f8ccbf850f7cb (diff)
downloadplus-089757c176159291d99d902955ef27312a8471a7.tar.gz
plus-089757c176159291d99d902955ef27312a8471a7.tar.bz2
plus-089757c176159291d99d902955ef27312a8471a7.tar.xz
plus-089757c176159291d99d902955ef27312a8471a7.zip
Remove default parameter from image.h
Diffstat (limited to 'src/resources/image/subimage.cpp')
-rw-r--r--src/resources/image/subimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/image/subimage.cpp b/src/resources/image/subimage.cpp
index 0b14b788e..3060dfd51 100644
--- a/src/resources/image/subimage.cpp
+++ b/src/resources/image/subimage.cpp
@@ -88,7 +88,7 @@ SubImage::SubImage(Image *const parent,
SDL_Surface *const image,
const int x, const int y,
const int width, const int height) :
- Image(image, false),
+ Image(image, false, nullptr),
mInternalBounds(),
mParent(parent)
{