I'm not sure if this patch is correct but it does let me compile the
package.


--- ./src/xgsm_device.cc~       2006-05-20 19:48:34.000000000 +0000
+++ ./src/xgsm_device.cc        2006-05-20 20:01:00.000000000 +0000
@@ -49,12 +49,12 @@
 }
 
 Entry::Entry(gsmlib::PhonebookEntryBase &phonebookEntry) :
-  _phonebookEntry(phonebookEntry.clone()), _phonebookIterator(NULL)
+  _phonebookEntry(phonebookEntry.clone())
 {
 }
 
 Entry::Entry(gsmlib::SMSStoreEntry &smsStoreEntry) :
-  _smsStoreEntry(smsStoreEntry.clone()), _smsStoreIterator(NULL)
+  _smsStoreEntry(smsStoreEntry.clone())
 {
 }
 

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to