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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdepim/kmail
From:       David Faure <faure () kde ! org>
Date:       2005-03-03 17:48:42
Message-ID: 20050303174842.EAE001751E () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Missing &


  M +1 -1      stl_util.h   1.1.2.4


--- kdepim/kmail/stl_util.h  #1.1.2.3:1.1.2.4
@@ -35,5 +35,5 @@
 template <typename T>
 struct DeleteAndSetToZero {
-  void operator()( const T * t ) { delete t; t = 0; }
+  void operator()( const T * & t ) { delete t; t = 0; }
 };
 


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

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