fix compile error
This commit is contained in:
parent
fd2a1fd604
commit
23fa396683
|
|
@ -139,7 +139,7 @@ public:
|
|||
buffer.shrink(processed);
|
||||
|
||||
// restore the buffer as member
|
||||
_in.swap(buffer);
|
||||
_in = std::move(buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue