summaryrefslogtreecommitdiffstats
path: root/src/collections/filecatalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections/filecatalog.h')
-rw-r--r--src/collections/filecatalog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/collections/filecatalog.h b/src/collections/filecatalog.h
index f2ede29..6a08dc9 100644
--- a/src/collections/filecatalog.h
+++ b/src/collections/filecatalog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- copyright : (C) 2005-2006 by Robby Stephenson
+ copyright : (C) 2005-2008 by Robby Stephenson
***************************************************************************/
@@ -30,6 +30,7 @@ public:
FileCatalog(bool addFields, const TQString& title = TQString());
virtual Type type() const { return File; }
+ virtual int sameEntry(Data::EntryPtr entry1, Data::EntryPtr entry2) const;
static FieldVec defaultFields();
};