Use struct for type with exclusively public contents

This commit is contained in:
Chris Thrasher 2023-09-28 11:43:05 -06:00
parent 36e7a18881
commit 8509f0fddd

View File

@ -51,9 +51,8 @@ namespace sf
/// Make sure this implementation is required for your use case.
///
////////////////////////////////////////////////////////////
class SFML_SYSTEM_API SuspendAwareClock
struct SFML_SYSTEM_API SuspendAwareClock
{
public:
////////////////////////////////////////////////////////////
/// \brief Type traits and static members
///