[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kroupware_branch: kdepim/libkcal
From:       David Faure <faure () kde ! org>
Date:       2003-01-15 16:33:28
[Download RAW message or body]

CVS commit by faure: 

Call CustomProperties copy constructor. (gcc warns about it, and cschumac fixed
it in -r1.14 already)


  M +5 -3      incidencebase.cpp   1.11.2.5


--- kdepim/libkcal/incidencebase.cpp  #1.11.2.4:1.11.2.5
@@ -30,4 +30,5 @@ using namespace KCal;
 
 IncidenceBase::IncidenceBase() :
+  CustomProperties(),
   mReadOnly(false), mFloats(true), mDuration(0), mHasDuration(false),
   mPilotId(0), mSyncStatus(SYNCMOD)
@@ -39,4 +40,5 @@ IncidenceBase::IncidenceBase() :
 
 IncidenceBase::IncidenceBase(const IncidenceBase &i)
+  : CustomProperties( i )
 {
   mReadOnly = i.mReadOnly;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic