diff options
Diffstat (limited to 'src/tweet.h')
-rw-r--r-- | src/tweet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tweet.h b/src/tweet.h index 3035d51..a29e45c 100644 --- a/src/tweet.h +++ b/src/tweet.h | |||
@@ -39,7 +39,7 @@ namespace twitter { | |||
39 | { | 39 | { |
40 | return *_author; | 40 | return *_author; |
41 | } | 41 | } |
42 | 42 | ||
43 | bool isRetweet() const | 43 | bool isRetweet() const |
44 | { | 44 | { |
45 | return _is_retweet; | 45 | return _is_retweet; |
@@ -63,6 +63,8 @@ namespace twitter { | |||
63 | 63 | ||
64 | bool isMyTweet() const; | 64 | bool isMyTweet() const; |
65 | 65 | ||
66 | std::string getURL() const; | ||
67 | |||
66 | private: | 68 | private: |
67 | 69 | ||
68 | const client& _client; | 70 | const client& _client; |