summaryrefslogtreecommitdiff
path: root/include/SFML/System/Mutex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/System/Mutex.hpp')
-rw-r--r--include/SFML/System/Mutex.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SFML/System/Mutex.hpp b/include/SFML/System/Mutex.hpp
index eda6909..85e3f58 100644
--- a/include/SFML/System/Mutex.hpp
+++ b/include/SFML/System/Mutex.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.
@@ -85,7 +85,7 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- priv::MutexImpl* m_mutexImpl; ///< OS-specific implementation
+ priv::MutexImpl* m_mutexImpl; //!< OS-specific implementation
};
} // namespace sf