Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv23709/include/gui

Modified Files:
        wxMApp.h 
Log Message:
compilation fixes for latest wxWin

Index: wxMApp.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMApp.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -b -u -2 -r1.66 -r1.67
--- wxMApp.h    22 Apr 2002 16:49:31 -0000      1.66
+++ wxMApp.h    15 Jun 2002 11:41:27 -0000      1.67
@@ -165,5 +165,6 @@
 
 #ifdef __WXDEBUG__
-   virtual void OnAssert(const wxChar *file, int line, const wxChar *msg);
+   virtual void OnAssert(const wxChar *file, int line,
+                         const wxChar *cond, const wxChar *msg);
 #endif // __WXDEBUG__
 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to