Provide default value for SDL_image init flags

This commit is contained in:
Dmitry Marakasov 2015-01-19 03:06:56 +03:00
parent c319587b3b
commit 2e3f6bbeb2

View File

@ -64,7 +64,7 @@ public:
/// \see https://www.libsdl.org/projects/SDL_image/docs/SDL_image.html#SEC8
///
////////////////////////////////////////////////////////////
SDLImage(int flags);
SDLImage(int flags = 0);
////////////////////////////////////////////////////////////
/// \brief Destructor, deinitializes SDL_image library