From ab08bc730ed8f2bc0fe177c08d3c7db65e541f6e Mon Sep 17 00:00:00 2001 From: arcum42 Date: Fri, 28 Aug 2009 01:25:37 +0000 Subject: [PATCH] wxgui: Correct r1692. git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1693 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Linux/pcsx2.cbp | 1 - pcsx2/gui/App.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp index 7bfd1df8c4..28cad813f6 100644 --- a/pcsx2/Linux/pcsx2.cbp +++ b/pcsx2/Linux/pcsx2.cbp @@ -109,7 +109,6 @@ - diff --git a/pcsx2/gui/App.h b/pcsx2/gui/App.h index c759623bd8..851b22dd95 100644 --- a/pcsx2/gui/App.h +++ b/pcsx2/gui/App.h @@ -123,7 +123,7 @@ public: bool PrepForExit(); - //void ( const wxChar *file, int line, const wxChar *func, const wxChar *cond, const wxChar *msg ); + //void OnAssertionFailure( const wxChar *file, int line, const wxChar *func, const wxChar *cond, const wxChar *msg ); const wxBitmap& GetLogoBitmap(); wxImageList& GetImgList_Config();