From 69086f42072e7fc1ea5256cb9275a27bf5b41f87 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 21 Mar 2003 14:32:54 +0000 Subject: g++ compliance fix: default arguments belong into the declaration, but not the definition --- (limited to 'libopie2/opiepim') diff --git a/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp b/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp index 9fe3d1e..c5a7820 100644 --- a/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp +++ b/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp @@ -17,6 +17,9 @@ * ===================================================================== * History: * $Log$ + * Revision 1.4 2003/03/21 14:32:54 mickeyl + * g++ compliance fix: default arguments belong into the declaration, but not the definition + * * Revision 1.3 2003/03/21 12:26:28 eilers * Fixing small bug: If we search a birthday from today to today, it returned * every contact .. @@ -104,7 +107,7 @@ using namespace Opie; -OContactAccessBackend_XML::OContactAccessBackend_XML ( QString appname, QString filename = 0l ): +OContactAccessBackend_XML::OContactAccessBackend_XML ( QString appname, QString filename ): m_changed( false ) { // Just m_contactlist should call delete if an entry -- cgit v0.9.0.2