about summary refs log tree commit diff stats
path: root/src/user.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-22 19:21:00 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-22 19:21:00 -0400
commit62f6aae6c313b2a2a493c5147ec831a66eba01ff (patch)
treea69adb7516ed3c54f3291dae14a582ecb9d0d5b2 /src/user.h
parentcdea9154ff180e95dfbdd8e0647922ca8afa3d46 (diff)
downloadlibtwittercpp-62f6aae6c313b2a2a493c5147ec831a66eba01ff.tar.gz
libtwittercpp-62f6aae6c313b2a2a493c5147ec831a66eba01ff.tar.bz2
libtwittercpp-62f6aae6c313b2a2a493c5147ec831a66eba01ff.zip
Added utility function to generate tweet reply prefill
Diffstat (limited to 'src/user.h')
-rw-r--r--src/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user.h b/src/user.h index 0af40d6..1d8be99 100644 --- a/src/user.h +++ b/src/user.h
@@ -18,6 +18,7 @@ namespace twitter {
18 18
19 operator bool() const; 19 operator bool() const;
20 bool operator==(const user& other) const; 20 bool operator==(const user& other) const;
21 bool operator!=(const user& other) const;
21 22
22 private: 23 private:
23 bool _valid = false; 24 bool _valid = false;