mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-07 09:48:04 +01:00
GH #302: documentation typo
This commit is contained in:
parent
e7c109cdc4
commit
e97f9227e8
@ -157,7 +157,7 @@ public:
|
|||||||
|
|
||||||
CountingOutputStream(std::ostream& ostr);
|
CountingOutputStream(std::ostream& ostr);
|
||||||
/// Creates the CountingOutputStream and connects it
|
/// Creates the CountingOutputStream and connects it
|
||||||
/// to the given input stream.
|
/// to the given output stream.
|
||||||
|
|
||||||
~CountingOutputStream();
|
~CountingOutputStream();
|
||||||
/// Destroys the CountingOutputStream.
|
/// Destroys the CountingOutputStream.
|
||||||
|
Loading…
Reference in New Issue
Block a user