From 62f6aae6c313b2a2a493c5147ec831a66eba01ff Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 22 May 2016 19:21:00 -0400 Subject: Added utility function to generate tweet reply prefill --- src/user.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user.h') 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 { operator bool() const; bool operator==(const user& other) const; + bool operator!=(const user& other) const; private: bool _valid = false; -- cgit 1.4.1