summaryrefslogtreecommitdiff
path: root/src/SFML/Audio/SoundFileReaderWav.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Audio/SoundFileReaderWav.hpp')
-rw-r--r--src/SFML/Audio/SoundFileReaderWav.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/SFML/Audio/SoundFileReaderWav.hpp b/src/SFML/Audio/SoundFileReaderWav.hpp
index 65adb8d..263194f 100644
--- a/src/SFML/Audio/SoundFileReaderWav.hpp
+++ b/src/SFML/Audio/SoundFileReaderWav.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.
@@ -112,10 +112,10 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- InputStream* m_stream; ///< Source stream to read from
- unsigned int m_bytesPerSample; ///< Size of a sample, in bytes
- Uint64 m_dataStart; ///< Starting position of the audio data in the open file
- Uint64 m_dataEnd; ///< Position one byte past the end of the audio data in the open file
+ InputStream* m_stream; //!< Source stream to read from
+ unsigned int m_bytesPerSample; //!< Size of a sample, in bytes
+ Uint64 m_dataStart; //!< Starting position of the audio data in the open file
+ Uint64 m_dataEnd; //!< Position one byte past the end of the audio data in the open file
};
} // namespace priv