Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21844/src/modules

Modified Files:
        NetscapeImporter.cpp 
Log Message:
fixed compilation with WXWIN_COMPATIBILITY_2_4 == 0

Index: NetscapeImporter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/NetscapeImporter.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -u -2 -r1.20 -r1.21
--- NetscapeImporter.cpp        24 Jan 2005 18:36:22 -0000      1.20
+++ NetscapeImporter.cpp        24 Nov 2005 13:30:54 -0000      1.21
@@ -532,5 +532,5 @@
   // should delete the strings hier;
   m_tbl.BeginFind();
-  wxNode* node = NULL;
+  wxHashTable::Node* node = NULL;
   while ( (node = m_tbl.Next()) != NULL )
    delete (wxString*)node->GetData();



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to