From 442f1ee071152be04c4184473ddfee5040795b76 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 1 Jun 2016 20:34:33 -0400 Subject: Wrapped JSON parsing in exception handling --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index f96022d..6963412 100644 --- a/src/client.h +++ b/src/client.h @@ -80,7 +80,7 @@ namespace twitter { response getFriends(std::set& result); response getFollowers(std::set& result); - const user& getUser() const; + response getUser(user& result); configuration getConfiguration(); -- cgit 1.4.1