From 37de949d87831640113bc5a3e79bf64ed76edde6 Mon Sep 17 00:00:00 2001 From: vittorioromeo Date: Mon, 30 Sep 2024 23:46:11 +0200 Subject: [PATCH] Actually, don't define --- include/SFML/Audio/Export.hpp | 2 +- include/SFML/Audio/Music.hpp | 2 +- include/SFML/Config.hpp | 6 +++--- include/SFML/Graphics/Export.hpp | 2 +- include/SFML/Graphics/Transform.hpp | 2 +- include/SFML/Graphics/Vertex.hpp | 2 +- include/SFML/Graphics/VertexArray.hpp | 2 +- include/SFML/Network/Export.hpp | 2 +- include/SFML/Network/Ftp.hpp | 2 +- include/SFML/Network/Http.hpp | 4 ++-- include/SFML/Network/SocketHandle.hpp | 3 +-- include/SFML/System/Export.hpp | 2 +- include/SFML/System/Vector3.hpp | 2 +- include/SFML/Window/Export.hpp | 2 +- include/SFML/Window/WindowHandle.hpp | 3 +-- src/SFML/Graphics/GLCheck.hpp | 2 +- src/SFML/Network/TcpSocket.cpp | 2 +- src/SFML/Window/EGLCheck.hpp | 2 +- 18 files changed, 21 insertions(+), 23 deletions(-) diff --git a/include/SFML/Audio/Export.hpp b/include/SFML/Audio/Export.hpp index 57248083d..c50efc0e2 100644 --- a/include/SFML/Audio/Export.hpp +++ b/include/SFML/Audio/Export.hpp @@ -31,7 +31,7 @@ //////////////////////////////////////////////////////////// -// Define portable import / export macros +// Portable import / export macros //////////////////////////////////////////////////////////// #if defined(SFML_AUDIO_EXPORTS) diff --git a/include/SFML/Audio/Music.hpp b/include/SFML/Audio/Music.hpp index 3b7fb7045..9073f087e 100644 --- a/include/SFML/Audio/Music.hpp +++ b/include/SFML/Audio/Music.hpp @@ -63,7 +63,7 @@ public: T length{}; //!< The length of the time range }; - // Define the relevant Span types + // Associated `Span` type using TimeSpan = Span