From 7c44fd17bb6be54a2ea4b60761e91053ca988977 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 29 Nov 2016 16:18:25 -0500 Subject: Made tweets, users, and notifications into copyable objects Notifications are now also mutable. Users and tweets no longer have helper methods for interacting with the client. Fixed a bug (possibly introduced by a change to the Twitter API) that caused non-reply tweets to be marked as unknown notifications. --- src/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.h') 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 { class stream { public: - typedef std::function notify_callback; + typedef std::function notify_callback; stream( const client& tclient, -- cgit 1.4.1