summaryrefslogtreecommitdiff
path: root/include/SFML/Graphics/CircleShape.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Graphics/CircleShape.hpp')
-rw-r--r--include/SFML/Graphics/CircleShape.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SFML/Graphics/CircleShape.hpp b/include/SFML/Graphics/CircleShape.hpp
index 896c893..13dc717 100644
--- a/include/SFML/Graphics/CircleShape.hpp
+++ b/include/SFML/Graphics/CircleShape.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.
@@ -111,8 +111,8 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- float m_radius; ///< Radius of the circle
- std::size_t m_pointCount; ///< Number of points composing the circle
+ float m_radius; //!< Radius of the circle
+ std::size_t m_pointCount; //!< Number of points composing the circle
};
} // namespace sf