From d671eb90eb2ba431ba15123309368520608e5ba3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 May 2014 13:27:25 +0300 Subject: Fix align in constructors. --- src/resources/subimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/subimage.cpp') diff --git a/src/resources/subimage.cpp b/src/resources/subimage.cpp index fd35fb7bb..717858ae0 100644 --- a/src/resources/subimage.cpp +++ b/src/resources/subimage.cpp @@ -136,7 +136,7 @@ SubImage::SubImage(Image *const parent, SDL_Surface *const image, #ifdef USE_OPENGL SubImage::SubImage(Image *const parent, const GLuint image, const int x, const int y, const int width, const int height, - const int texWidth, const int texHeight): + const int texWidth, const int texHeight) : Image(image, width, height, texWidth, texHeight), mInternalBounds(), mParent(parent) -- cgit v1.2.3-60-g2f50