summaryrefslogtreecommitdiff
path: root/ParserClass/FileManContainer/Website.hpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-03-14 18:44:05 +0400
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-03-14 18:44:05 +0400
commit1f12bca33f6e9ce20181a9d09f62286d11592712 (patch)
tree5d9bcf35296f64735ea849084a94c2eb20c74f4f /ParserClass/FileManContainer/Website.hpp
parent9b99763c2ed924e340c7dbf73842207ba56ed125 (diff)
Make basic parser
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