Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv23709/src/gui
Modified Files:
wxMApp.cpp
Log Message:
compilation fixes for latest wxWin
Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.240
retrieving revision 1.241
diff -b -u -2 -r1.240 -r1.241
--- wxMApp.cpp 18 May 2002 17:28:50 -0000 1.240
+++ wxMApp.cpp 15 Jun 2002 11:41:27 -0000 1.241
@@ -528,5 +528,6 @@
void
-wxMApp::OnAssert(const wxChar *file, int line, const wxChar *msg)
+wxMApp::OnAssert(const wxChar *file, int line,
+ const wxChar *cond, const wxChar *msg)
{
// don't provoke an assert from inside the assert (which would happen if we
@@ -544,5 +545,5 @@
MLocker lock(gs_mutexBlockBg);
- wxApp::OnAssert(file, line, msg);
+ wxApp::OnAssert(file, line, cond, msg);
}
_______________________________________________________________
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