mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 14:21:04 +08:00
Use struct
for type with exclusively public contents
This commit is contained in:
parent
36e7a18881
commit
8509f0fddd
@ -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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user