Change a character

from en-dash(u2013) to hypen-minus(u002d)
This commit is contained in:
marukrap 2017-10-24 07:06:29 +09:00 committed by Lukas Dürrenberger
parent 3871e01a9f
commit 8a02dc0ad5

View File

@ -65,7 +65,7 @@ namespace sf
#elif defined(SFML_DOXYGEN)
// Define typedef symbol so that Doxygen can attach some documentation to it
typedef "platformspecific" WindowHandle;
typedef "platform-specific" WindowHandle;
#endif