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

List:       kde-commits
Subject:    kdenonbeta/kconfedit/src/backend
From:       Zack Rusin <zack () kde ! org>
Date:       2003-10-16 21:51:21
[Download RAW message or body]

CVS commit by zrusin: 

Yeah, a header was missing.


  M +3 -3      downloader.cpp   1.9


--- kdenonbeta/kconfedit/src/backend/downloader.cpp  #1.8:1.9
@@ -23,6 +23,4 @@
 #include "hostdata.h"
 
-#include <string>
-
 #include <kio/netaccess.h>
 #include <kio/job.h>
@@ -41,4 +39,6 @@ using KIO::UDSEntryListConstIterator;
 #include <qcstring.h>
 
+#include <cstring>
+
 namespace KConfigEditor
 {
@@ -211,5 +211,5 @@ Downloader::slotData( KIO::Job* job, con
         unsigned offset = fdata->data.size();
         fdata->data.resize( offset + data.size() );
-        ::memcpy( fdata->data.data() + offset, data.data(), data.size() );
+        std::memcpy( fdata->data.data() + offset, data.data(), data.size() );
     }
 }


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

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