diff --git a/include/SFML/Audio/SoundStream.hpp b/include/SFML/Audio/SoundStream.hpp index bed83114..1d5f3422 100644 --- a/include/SFML/Audio/SoundStream.hpp +++ b/include/SFML/Audio/SoundStream.hpp @@ -387,7 +387,7 @@ private: /// return true; /// } /// -/// virtual void onSeek(Uint32 timeOffset) +/// virtual void onSeek(sf::Time timeOffset) /// { /// // Change the current position in the stream source /// ...