From e88dd9b08b3290b4c2d1728e28b7ab31118490e7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Aug 2014 19:20:59 +0200 Subject: util/DynamicFifoBuffer: make GetCapacity() and Clear() public --- src/util/DynamicFifoBuffer.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/DynamicFifoBuffer.hxx b/src/util/DynamicFifoBuffer.hxx index 91cbbc4c7..36384bda6 100644 --- a/src/util/DynamicFifoBuffer.hxx +++ b/src/util/DynamicFifoBuffer.hxx @@ -52,6 +52,8 @@ public: DynamicFifoBuffer(const DynamicFifoBuffer &) = delete; + using ForeignFifoBuffer::GetCapacity; + using ForeignFifoBuffer::Clear; using ForeignFifoBuffer::IsEmpty; using ForeignFifoBuffer::IsFull; using ForeignFifoBuffer::GetAvailable; @@ -103,7 +105,6 @@ public: protected: using ForeignFifoBuffer::GetBuffer; - using ForeignFifoBuffer::GetCapacity; }; #endif -- cgit v1.2.3