summaryrefslogtreecommitdiff
path: root/ParserClass/FileManContainer/Website.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ParserClass/FileManContainer/Website.hpp')
-rw-r--r--ParserClass/FileManContainer/Website.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ParserClass/FileManContainer/Website.hpp b/ParserClass/FileManContainer/Website.hpp
index c370f3b..7d68b91 100644
--- a/ParserClass/FileManContainer/Website.hpp
+++ b/ParserClass/FileManContainer/Website.hpp
@@ -64,7 +64,9 @@ class Website : public AbstractIDManager {
void setPassword(std::string password);
void setDescription(std::string description);
+ //bool operator==(Website const& website1, Website const& website2) const;
+ bool operator==(const Website& website) const;
private:
std::string title; ///< Title of the website