Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv3325/gui
Modified Files:
wxSubfoldersDialog.cpp
Log Message:
fixed warnings with wx 2.5
Index: wxSubfoldersDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxSubfoldersDialog.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -u -2 -r1.73 -r1.74
--- wxSubfoldersDialog.cpp 30 Jul 2003 00:08:07 -0000 1.73
+++ wxSubfoldersDialog.cpp 13 Aug 2003 23:10:38 -0000 1.74
@@ -599,5 +599,9 @@
{
// insert in alphabetic order under the parent
+#if wxCHECK_VERSION(2, 5, 0)
+ wxTreeItemIdValue cookie;
+#else
long cookie;
+#endif
wxTreeItemId childPrev,
child = GetFirstChild(parent, cookie);
@@ -811,5 +815,9 @@
wxString subStr = component.Left(n + 1);
+#if wxCHECK_VERSION(2, 5, 0)
+ wxTreeItemIdValue cookie;
+#else
long cookie;
+#endif
wxTreeItemId child = m_treectrl->GetFirstChild(item, cookie);
while ( child.IsOk() )
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates