Add missing semicolon in doc example

This commit is contained in:
Lukas Dürrenberger 2021-04-08 14:16:06 +02:00 committed by Lukas Dürrenberger
parent 20238e758e
commit a7e5d3c386

View File

@ -407,7 +407,7 @@ private:
/// // Change the current position in the stream source /// // Change the current position in the stream source
/// ... /// ...
/// } /// }
/// } /// };
/// ///
/// // Usage /// // Usage
/// CustomStream stream; /// CustomStream stream;