util/*FifoBuffer: migrate from WritableBuffer to std::span
This commit is contained in:

committed by
Max Kellermann

parent
570755f05a
commit
bb7be9a4cd
@@ -103,7 +103,7 @@ public:
|
||||
*/
|
||||
pointer Write(size_type n) noexcept {
|
||||
WantWrite(n);
|
||||
return Write().data;
|
||||
return Write().data();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user