From a7e5d3c386056a81754a42df15347762d3f36b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Thu, 8 Apr 2021 14:16:06 +0200 Subject: [PATCH] Add missing semicolon in doc example --- 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 fb63eef1e..732aab902 100644 --- a/include/SFML/Audio/SoundStream.hpp +++ b/include/SFML/Audio/SoundStream.hpp @@ -407,7 +407,7 @@ private: /// // Change the current position in the stream source /// ... /// } -/// } +/// }; /// /// // Usage /// CustomStream stream;