diff --git a/SDL2pp/SDLImage.hh b/SDL2pp/SDLImage.hh index e8ded02..bcbc191 100644 --- a/SDL2pp/SDLImage.hh +++ b/SDL2pp/SDLImage.hh @@ -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