From 8a02dc0ad59ff5ab7c6cb69a0eb50c2e0e3c005b Mon Sep 17 00:00:00 2001 From: marukrap Date: Tue, 24 Oct 2017 07:06:29 +0900 Subject: [PATCH] Change a character from en-dash(u2013) to hypen-minus(u002d) --- include/SFML/Window/WindowHandle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Window/WindowHandle.hpp b/include/SFML/Window/WindowHandle.hpp index bfb4dc506..001842a51 100644 --- a/include/SFML/Window/WindowHandle.hpp +++ b/include/SFML/Window/WindowHandle.hpp @@ -65,7 +65,7 @@ namespace sf #elif defined(SFML_DOXYGEN) // Define typedef symbol so that Doxygen can attach some documentation to it - typedef "platform–specific" WindowHandle; + typedef "platform-specific" WindowHandle; #endif