diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h index 3391912..b682ce2 100644 --- a/src/stream.h +++ b/src/stream.h | |||
@@ -16,7 +16,7 @@ namespace twitter { | |||
16 | class stream { | 16 | class stream { |
17 | public: | 17 | public: |
18 | 18 | ||
19 | typedef std::function<void(const notification& _notification)> notify_callback; | 19 | typedef std::function<void(notification _notification)> notify_callback; |
20 | 20 | ||
21 | stream( | 21 | stream( |
22 | const client& tclient, | 22 | const client& tclient, |