about summary refs log tree commit diff stats
path: root/src/user.h
diff options
context:
space:
mode:
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;