From 2d75dff147c4c99663f4e1da0958f49b00b92437 Mon Sep 17 00:00:00 2001 From: Wedge009 Date: Sat, 22 Oct 2016 22:59:33 +1100 Subject: [PATCH] Correct gui2::tpoint type. --- src/sdl/rect.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/rect.hpp b/src/sdl/rect.hpp index 3ec62a8ce26..58b7da25b41 100644 --- a/src/sdl/rect.hpp +++ b/src/sdl/rect.hpp @@ -26,7 +26,7 @@ #include namespace gui2 { - class tpoint; + struct tpoint; } namespace sdl