From 191845f2666f2f017d5e00202fec8ec8bd29e5ff Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 22 Sep 2003 22:28:57 +0000 Subject: [PATCH] Add wxTrap wrapper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/misc.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/src/misc.i b/wxPython/src/misc.i index 1719b55c64..7fef0069cc 100644 --- a/wxPython/src/misc.i +++ b/wxPython/src/misc.i @@ -585,6 +585,8 @@ unsigned long wxGetProcessId(); // When wxApp gets the virtual method magic then enable this. // bool wxHandleFatalExceptions(bool doIt = TRUE); +void wxTrap(); + //---------------------------------------------------------------------- enum wxEdge { wxLeft, wxTop, wxRight, wxBottom, wxWidth, wxHeight,