summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/entry.h b/src/entry.h
index 92bda7c..de1ba66 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -84,11 +84,6 @@ public:
* The assignment operator is overloaded, since the id must be different.
*/
Entry& operator=(const Entry& other);
- /**
- * two entries are equal if all their field values are equal, except for
- * file catalogs which match on the url only
- */
- bool operator==(const Entry& other);
~Entry();
@@ -231,6 +226,12 @@ public:
static TQString dependentValue(ConstEntryPtr e, const TQString& formatString, bool formatted);
private:
+ /**
+ * two entries are equal if all their field values are equal, except for
+ * file catalogs which match on the url only
+ */
+ bool operator==(const Entry& other);
+
CollPtr m_coll;
long m_id;
StringMap m_fields;