fix wxCHECK_MSG() return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d1c063b90f
commit
683df83d51
@ -133,7 +133,7 @@ void wxAppConsole::CheckSignal()
|
||||
|
||||
wxFDIOHandler* wxAppConsole::RegisterSignalWakeUpPipe(wxFDIODispatcher& dispatcher)
|
||||
{
|
||||
wxCHECK_MSG( m_signalWakeUpPipe, false, "Should be allocated" );
|
||||
wxCHECK_MSG( m_signalWakeUpPipe, NULL, "Should be allocated" );
|
||||
|
||||
// we need a bridge to wxFDIODispatcher
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user