diff options
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 | ||