summaryrefslogtreecommitdiff
path: root/library/backend/palmtoprecord.cpp
Side-by-side diff
Diffstat (limited to 'library/backend/palmtoprecord.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--library/backend/palmtoprecord.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/backend/palmtoprecord.cpp b/library/backend/palmtoprecord.cpp
index 3cfa874..8543559 100644
--- a/library/backend/palmtoprecord.cpp
+++ b/library/backend/palmtoprecord.cpp
@@ -37,6 +37,7 @@ namespace Qtopia {
Record &Record::operator=( const Record &c )
{
+ if(this == &c ) return *this;
mUid = c.mUid;
mCats = c.mCats;
customMap = c.customMap;