aboutsummaryrefslogtreecommitdiff
path: root/web/apache/stream
diff options
context:
space:
mode:
Diffstat (limited to 'web/apache/stream')
-rw-r--r--web/apache/stream4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/apache/stream b/web/apache/stream
index 9230d1b..d4abb4e 100644
--- a/web/apache/stream
+++ b/web/apache/stream
@@ -113,7 +113,7 @@ namespace web
setg (p, p, p);
}
- private:
+ protected:
virtual int_type
underflow ()
{
@@ -138,7 +138,7 @@ namespace web
return traits_type::to_int_type (*gptr ());
}
- private:
+ protected:
size_t bufsize_;
size_t putback_;
std::vector<char> buf_;