aboutsummaryrefslogtreecommitdiffstats
path: root/signal-composer-binding/signal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'signal-composer-binding/signal.hpp')
-rw-r--r--signal-composer-binding/signal.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/signal-composer-binding/signal.hpp b/signal-composer-binding/signal.hpp
index 2b4a461..815c7d9 100644
--- a/signal-composer-binding/signal.hpp
+++ b/signal-composer-binding/signal.hpp
@@ -98,7 +98,9 @@ public:
explicit operator bool() const;
bool operator==(const Signal& other) const;
+ bool operator!=(const Signal& other) const;
bool operator==(const std::string& aName) const;
+ bool operator!=(const std::string& aName) const;
const std::string id() const;
json_object* toJSON() const;