diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-06-01 20:34:33 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-06-01 20:34:33 -0400 |
commit | 442f1ee071152be04c4184473ddfee5040795b76 (patch) | |
tree | 297cffbf4a3728039519541429f68a670d70b98c /src/client.h | |
parent | aceb3cc33ee78cce1077252aff8a8808a3195ff1 (diff) | |
download | libtwittercpp-442f1ee071152be04c4184473ddfee5040795b76.tar.gz libtwittercpp-442f1ee071152be04c4184473ddfee5040795b76.tar.bz2 libtwittercpp-442f1ee071152be04c4184473ddfee5040795b76.zip |
Wrapped JSON parsing in exception handling
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
80 | response getFriends(std::set<user_id>& result); | 80 | response getFriends(std::set<user_id>& result); |
81 | response getFollowers(std::set<user_id>& result); | 81 | response getFollowers(std::set<user_id>& result); |
82 | 82 | ||
83 | const user& getUser() const; | 83 | response getUser(user& result); |
84 | 84 | ||
85 | configuration getConfiguration(); | 85 | configuration getConfiguration(); |
86 | 86 | ||