Compilation fix. I didn't add a #error since I figured this sample will be
demonstrating more things than just OnFatalException() in the future? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
05772b8495
commit
08168cc43d
@ -137,7 +137,9 @@ class MyApp : public wxApp
|
||||
public:
|
||||
virtual bool OnInit()
|
||||
{
|
||||
#if wxUSE_ON_FATAL_EXCEPTION
|
||||
wxHandleFatalExceptions();
|
||||
#endif
|
||||
|
||||
if ( !wxApp::OnInit() )
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user