summaryrefslogtreecommitdiff
path: root/include/SFML/System/Time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/System/Time.hpp')
-rw-r--r--include/SFML/System/Time.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SFML/System/Time.hpp b/include/SFML/System/Time.hpp
index 43d7548..ad9e5e9 100644
--- a/include/SFML/System/Time.hpp
+++ b/include/SFML/System/Time.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.
@@ -82,7 +82,7 @@ public:
////////////////////////////////////////////////////////////
// Static member data
////////////////////////////////////////////////////////////
- static const Time Zero; ///< Predefined "zero" time value
+ static const Time Zero; //!< Predefined "zero" time value
private:
@@ -106,7 +106,7 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- Int64 m_microseconds; ///< Time value stored as microseconds
+ Int64 m_microseconds; //!< Time value stored as microseconds
};
////////////////////////////////////////////////////////////