summaryrefslogtreecommitdiff
path: root/libopie2
authorkergoth <kergoth>2002-11-11 16:41:09 (UTC)
committer kergoth <kergoth>2002-11-11 16:41:09 (UTC)
commit84cafc64d515c80aebd50e70b47e3da93d742c8a (patch) (unidiff)
treeafab5ebb7e27ba6d3bd6f40bc98f27ce806840b6 /libopie2
parent2df7c2d998c4b15dba8cefea096cce248b774703 (diff)
downloadopie-84cafc64d515c80aebd50e70b47e3da93d742c8a.zip
opie-84cafc64d515c80aebd50e70b47e3da93d742c8a.tar.gz
opie-84cafc64d515c80aebd50e70b47e3da93d742c8a.tar.bz2
no default arguments in implementation
Diffstat (limited to 'libopie2') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp b/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp
index 013f3af..faa72b4 100644
--- a/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp
+++ b/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp
@@ -19,2 +19,5 @@
19 * $Log$ 19 * $Log$
20 * Revision 1.3 2002/11/11 16:41:09 kergoth
21 * no default arguments in implementation
22 *
20 * Revision 1.2 2002/11/10 15:41:53 eilers 23 * Revision 1.2 2002/11/10 15:41:53 eilers
@@ -34,3 +37,3 @@
34 37
35OContactAccessBackend_VCard::OContactAccessBackend_VCard ( QString , QString filename = 0l ): 38OContactAccessBackend_VCard::OContactAccessBackend_VCard ( QString , QString filename ):
36 m_dirty( false ), 39 m_dirty( false ),