summaryrefslogtreecommitdiffstats
path: root/engine/keyfocusable.cpp
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:01:43 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:01:43 +0100
commit35c5c0551edfe786a5d05969df85cef544ebeea6 (patch)
tree4ec3dd0f64e91033b836cdde34687206601d9f1b /engine/keyfocusable.cpp
parentFin qui tutto bene (diff)
downloadflatland-35c5c0551edfe786a5d05969df85cef544ebeea6.tar.gz
flatland-35c5c0551edfe786a5d05969df85cef544ebeea6.zip
Soos
Diffstat (limited to 'engine/keyfocusable.cpp')
-rw-r--r--engine/keyfocusable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/keyfocusable.cpp b/engine/keyfocusable.cpp
index 39f4b01..29271dc 100644
--- a/engine/keyfocusable.cpp
+++ b/engine/keyfocusable.cpp
@@ -6,7 +6,7 @@ void KeyFocusable::serial_cb(const SDL_Event *event)
key_cb(&event->key);
}
-Uint32 KeyFocusable::stackID() const
+uint32_t KeyFocusable::stackID() const
{
// Set SDL_KEYDOWN by default
return SDL_KEYDOWN;