From 465000cf8ca506ec037d9d1b4f2371a578b7eea5 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 31 Mar 2021 21:17:17 +0200 Subject: [PATCH] just a tiny change. --- 05_sdl_alapok/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_sdl_alapok/image.h b/05_sdl_alapok/image.h index 7177ee6..3909524 100644 --- a/05_sdl_alapok/image.h +++ b/05_sdl_alapok/image.h @@ -9,7 +9,7 @@ class Image { public: - void create(Uint32 flags, int width, int height); + void create(const Uint32 flags, const int width, const int height); void enable_transparent_color(const Color &color); void disable_transparent_color();