summaryrefslogtreecommitdiffstats
path: root/remoting/base/compound_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/compound_buffer.cc')
-rw-r--r--remoting/base/compound_buffer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/base/compound_buffer.cc b/remoting/base/compound_buffer.cc
index 2808f6d..a766abe 100644
--- a/remoting/base/compound_buffer.cc
+++ b/remoting/base/compound_buffer.cc
@@ -17,6 +17,8 @@ CompoundBuffer::DataChunk::DataChunk(
size(size_value) {
}
+CompoundBuffer::DataChunk::~DataChunk() {}
+
CompoundBuffer::CompoundBuffer()
: total_bytes_(0),
locked_(false) {