diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-09-24 23:02:45 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-09-24 23:02:45 +0000 |
commit | 0bb8c5962e93fae4a2542d57efe8e87d30d8f0fb (patch) | |
tree | 2ec2ad7d2d91c5c49b8c040a6edeccae7ac74f1c /src/streamstack.h | |
parent | d210c301bc3e8867cad883e80663208474cc1ea5 (diff) | |
download | libbu++-0bb8c5962e93fae4a2542d57efe8e87d30d8f0fb.tar.gz libbu++-0bb8c5962e93fae4a2542d57efe8e87d30d8f0fb.tar.bz2 libbu++-0bb8c5962e93fae4a2542d57efe8e87d30d8f0fb.tar.xz libbu++-0bb8c5962e93fae4a2542d57efe8e87d30d8f0fb.zip |
Bu::StreamStack had a stupidly named function.
Diffstat (limited to '')
-rw-r--r-- | src/streamstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streamstack.h b/src/streamstack.h index 89e683d..f40a760 100644 --- a/src/streamstack.h +++ b/src/streamstack.h | |||
@@ -21,7 +21,7 @@ namespace Bu | |||
21 | bool hasStream(); | 21 | bool hasStream(); |
22 | void setStream( Bu::Stream *pStream ); | 22 | void setStream( Bu::Stream *pStream ); |
23 | 23 | ||
24 | void clearStack(); | 24 | void clear(); |
25 | void popFilter(); | 25 | void popFilter(); |
26 | Bu::Stream *getTop(); | 26 | Bu::Stream *getTop(); |
27 | 27 | ||