diff --git a/include/SFML/Window/Event.hpp b/include/SFML/Window/Event.hpp index 7e7da7637..98f66e3d3 100644 --- a/include/SFML/Window/Event.hpp +++ b/include/SFML/Window/Event.hpp @@ -85,7 +85,7 @@ public: //////////////////////////////////////////////////////////// struct TextEntered { - std::uint32_t unicode{}; //!< UTF-32 Unicode value of the character + char32_t unicode{}; //!< UTF-32 Unicode value of the character }; ////////////////////////////////////////////////////////////