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)