operator== for Remote
[irwi] / src / remote.h
index 5adcabd..3f21cee 100644 (file)
@@ -20,6 +20,7 @@ public:
             int rating = 0, int voteCount = 0);
     Remote(const Remote &);
     Remote &operator=(const Remote &);
+    bool operator==(const Remote &other) const;
     ~Remote();
 
     //getters