From 221b250f53735fed6da56f0194f7d0d2da0935fc Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 21 Jun 2005 22:38:26 +0000 Subject: [PATCH] Fixed missing doc for param. --- vmime/utility/filteredStream.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/vmime/utility/filteredStream.hpp b/vmime/utility/filteredStream.hpp index f5c546bb..7e274f72 100644 --- a/vmime/utility/filteredStream.hpp +++ b/vmime/utility/filteredStream.hpp @@ -153,6 +153,7 @@ public: /** Construct a new filter for the specified input stream. * * @param is stream from which to read data to be filtered + * @param sequence sequence on which to stop */ stopSequenceFilteredInputStream(inputStream& is, const value_type* sequence) : m_stream(is), m_sequence(sequence), m_found(0), m_eof(false)