Fixed missing doc for param.

This commit is contained in:
Vincent Richard 2005-06-21 22:38:26 +00:00
parent 8abd0407d5
commit 221b250f53

View File

@ -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)