From 2be4e54d4abca6f17b8a575bb5e60cd78341cbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Sun, 25 Nov 2018 17:23:25 +0100 Subject: [PATCH] Fixed example documentation to match the code --- include/SFML/Audio/SoundStream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Audio/SoundStream.hpp b/include/SFML/Audio/SoundStream.hpp index bed83114e7..1d5f34222c 100644 --- a/include/SFML/Audio/SoundStream.hpp +++ b/include/SFML/Audio/SoundStream.hpp @@ -387,7 +387,7 @@ class SFML_AUDIO_API SoundStream : public SoundSource /// return true; /// } /// -/// virtual void onSeek(Uint32 timeOffset) +/// virtual void onSeek(sf::Time timeOffset) /// { /// // Change the current position in the stream source /// ...