summaryrefslogtreecommitdiff
path: root/include/SFML/Audio/SoundFileReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Audio/SoundFileReader.hpp')
-rw-r--r--include/SFML/Audio/SoundFileReader.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/SFML/Audio/SoundFileReader.hpp b/include/SFML/Audio/SoundFileReader.hpp
index a040db9..7ef522b 100644
--- a/include/SFML/Audio/SoundFileReader.hpp
+++ b/include/SFML/Audio/SoundFileReader.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.
@@ -50,9 +50,9 @@ public:
////////////////////////////////////////////////////////////
struct Info
{
- Uint64 sampleCount; ///< Total number of samples in the file
- unsigned int channelCount; ///< Number of channels of the sound
- unsigned int sampleRate; ///< Samples rate of the sound, in samples per second
+ Uint64 sampleCount; //!< Total number of samples in the file
+ unsigned int channelCount; //!< Number of channels of the sound
+ unsigned int sampleRate; //!< Samples rate of the sound, in samples per second
};
////////////////////////////////////////////////////////////