summaryrefslogtreecommitdiff
path: root/cpputil/databuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpputil/databuffer.h')
-rw-r--r--cpputil/databuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpputil/databuffer.h b/cpputil/databuffer.h
index 4bedd075d..d46944d4b 100644
--- a/cpputil/databuffer.h
+++ b/cpputil/databuffer.h
@@ -32,6 +32,7 @@ class DataBuffer {
}
return *this;
}
+ DataBuffer& operator=(DataBuffer&&) = default;
void Allocate(size_t l) {
delete[] data_;