From 35c5c0551edfe786a5d05969df85cef544ebeea6 Mon Sep 17 00:00:00 2001 From: ancarola Date: Tue, 22 Jan 2019 02:01:43 +0100 Subject: Soos --- engine/include/flatwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/include/flatwindow.h') diff --git a/engine/include/flatwindow.h b/engine/include/flatwindow.h index b3734f4..c03a3a9 100644 --- a/engine/include/flatwindow.h +++ b/engine/include/flatwindow.h @@ -26,7 +26,7 @@ struct window_status unsigned char focus:1; }; -#include "object.h" +#include "object.hpp" #include "serial/keyfocusable.h" class SDL_Window; @@ -91,7 +91,7 @@ public: void setWindowStatus(window_status); - static Uint32 winstatus_to_flags(window_status); + static uint32_t winstatus_to_flags(window_status); }; #endif -- cgit v1.2.1