minor fixes in fast_oss

This commit is contained in:
gabime
2014-03-23 01:48:37 +02:00
parent 4ed60befbc
commit 8b53671c06
2 changed files with 6 additions and 11 deletions

View File

@@ -62,6 +62,7 @@ public:
{
if (_enabled)
_oss << msg;
return std::move(*this);
}