From 0bb8c5962e93fae4a2542d57efe8e87d30d8f0fb Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 24 Sep 2010 23:02:45 +0000 Subject: Bu::StreamStack had a stupidly named function. --- src/streamstack.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/streamstack.cpp') diff --git a/src/streamstack.cpp b/src/streamstack.cpp index c7f8af5..011c721 100644 --- a/src/streamstack.cpp +++ b/src/streamstack.cpp @@ -11,7 +11,7 @@ Bu::StreamStack::StreamStack( Bu::Stream *pStream ) Bu::StreamStack::~StreamStack() { - clearStack(); + clear(); } bool Bu::StreamStack::isEmpty() @@ -32,7 +32,7 @@ void Bu::StreamStack::setStream( Bu::Stream *pStream ) lFilts.prepend( pStream ); } -void Bu::StreamStack::clearStack() +void Bu::StreamStack::clear() { for( FilterList::iterator i = lFilts.begin(); i; i++ ) { -- cgit v1.2.3