summaryrefslogtreecommitdiff
path: root/src/SFML/System/Win32/ThreadLocalImpl.hpp
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2023-11-28 19:13:53 +0000
committerJames Cowgill <jcowgill@debian.org>2023-11-28 19:13:53 +0000
commit75083e9fd5d6157541c58ff950f3aa0bb23b2acd (patch)
treec7784f418629df513b311c3936b456c9d251d72b /src/SFML/System/Win32/ThreadLocalImpl.hpp
parent08bb1c372efcc9e2054e64b80959f025c8f43744 (diff)
New upstream version 2.6.1+dfsg
Diffstat (limited to 'src/SFML/System/Win32/ThreadLocalImpl.hpp')
-rw-r--r--src/SFML/System/Win32/ThreadLocalImpl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SFML/System/Win32/ThreadLocalImpl.hpp b/src/SFML/System/Win32/ThreadLocalImpl.hpp
index e617dfe..2a70d4d 100644
--- a/src/SFML/System/Win32/ThreadLocalImpl.hpp
+++ b/src/SFML/System/Win32/ThreadLocalImpl.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org)
+// Copyright (C) 2007-2023 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -76,7 +76,7 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- DWORD m_index; ///< Index of our thread-local storage slot
+ DWORD m_index; //!< Index of our thread-local storage slot
};
} // namespace priv