fix compile error

This commit is contained in:
Emiel Bruijntjes 2015-11-04 13:06:28 +01:00
parent fd2a1fd604
commit 23fa396683
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public:
buffer.shrink(processed);
// restore the buffer as member
_in.swap(buffer);
_in = std::move(buffer);
}
}