Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv18662/src/gui

Modified Files:
        wxFolderTree.cpp 
Log Message:
don't use deprecated and not working on 64bit machines wxTreeCtrl methods

Index: wxFolderTree.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderTree.cpp,v
retrieving revision 1.211
retrieving revision 1.212
diff -b -u -2 -r1.211 -r1.212
--- wxFolderTree.cpp    23 Jul 2003 00:40:16 -0000      1.211
+++ wxFolderTree.cpp    5 Aug 2003 23:19:23 -0000       1.212
@@ -1845,5 +1845,5 @@
       }
 
-      long cookie;
+      wxTreeItemIdValue cookie;
       wxTreeItemId child = GetFirstChild(current, cookie);
       while ( child.IsOk() )
@@ -2102,5 +2102,5 @@
    CHECK( id.IsOk(), id, _T("invalid tree item in GetNextItem") );
 
-   long cookie;
+   wxTreeItemIdValue cookie;
    wxTreeItemId idNext;
 
@@ -2890,5 +2890,5 @@
                // insert the new folder at the right place
                int pos = 0;
-               long cookie;
+               wxTreeItemIdValue cookie;
                wxTreeItemId item = GetFirstChild(parent, cookie);
                while ( item.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

Reply via email to