Skip to content
Snippets Groups Projects
Commit e7709dd2 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[logstreams] update StorageProvider usage

parent 6f1f6289
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,8 @@ public:
typedef SuspendableStrBuffer::PriorityType PriorityType;
static const PriorityType default_suspend_priority = SuspendableStrBuffer::default_suspend_priority;
explicit LogStream(SuspendableStrBuffer* buffer)
: StorageBaseType(buffer)
explicit LogStream(SuspendableStrBuffer*&& buffer)
: StorageBaseType(std::move(buffer))
, BaseType(&this->access())
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment