g_log_set_default_handler not avaliable for gtk1
This commit is contained in:
parent
c7d91d28a9
commit
d2b3484e60
@ -633,7 +633,7 @@ bool TestApp::OnInit()
|
||||
|
||||
Connect(wxEVT_IDLE, wxIdleEventHandler(TestApp::OnIdle));
|
||||
|
||||
#ifdef __WXGTK__
|
||||
#ifdef __WXGTK20__
|
||||
g_log_set_default_handler(wxTestGLogHandler, NULL);
|
||||
#endif // __WXGTK__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user