From bdc3f4a198c3f047389b159e67f7e6131e053ea6 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Wed, 3 Jan 2018 21:47:11 +0500 Subject: Fixed compilation errors --- src/Window.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Window.hpp') diff --git a/src/Window.hpp b/src/Window.hpp index 94fdca3..15af487 100644 --- a/src/Window.hpp +++ b/src/Window.hpp @@ -8,9 +8,9 @@ struct Window { unsigned char WindowId = 0; std::string type; - SlotData handSlot; + SlotDataType handSlot; const short HandSlotId = -1; - std::vector slots; + std::vector slots; short actions = 1; -- cgit v1.2.3