about summary refs log tree commit diff stats
path: root/src/stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cpp')
-rw-r--r--src/stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.cpp b/src/stream.cpp index d2b3afe..cb55ee8 100644 --- a/src/stream.cpp +++ b/src/stream.cpp
@@ -256,7 +256,7 @@ namespace twitter {
256 _backoff_amount = std::chrono::milliseconds(0); 256 _backoff_amount = std::chrono::milliseconds(0);
257 } 257 }
258 258
259 _notify(n); 259 _notify(std::move(n));
260 260
261 _buffer = ""; 261 _buffer = "";
262 } 262 }