summaryrefslogtreecommitdiff
path: root/include/SFML/Audio/SoundBufferRecorder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Audio/SoundBufferRecorder.hpp')
-rw-r--r--include/SFML/Audio/SoundBufferRecorder.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SFML/Audio/SoundBufferRecorder.hpp b/include/SFML/Audio/SoundBufferRecorder.hpp
index 266603d..a632c83 100644
--- a/include/SFML/Audio/SoundBufferRecorder.hpp
+++ b/include/SFML/Audio/SoundBufferRecorder.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.
@@ -96,8 +96,8 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- std::vector<Int16> m_samples; ///< Temporary sample buffer to hold the recorded data
- SoundBuffer m_buffer; ///< Sound buffer that will contain the recorded data
+ std::vector<Int16> m_samples; //!< Temporary sample buffer to hold the recorded data
+ SoundBuffer m_buffer; //!< Sound buffer that will contain the recorded data
};
} // namespace sf