Commit 11035f42 authored by Jakob Otto's avatar Jakob Otto

Add missing ref

parent e7957490
......@@ -209,7 +209,7 @@ public:
private:
// -- utility functions ------------------------------------------------------
static byte_buffer next_buffer_impl(buffer_cache_type cache) {
static byte_buffer next_buffer_impl(buffer_cache_type& cache) {
if (cache.empty())
return {};
auto buf = std::move(cache.back());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment