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:
@@ -133,7 +133,7 @@ void wxAppConsole::CheckSignal()
|
|||||||
|
|
||||||
wxFDIOHandler* wxAppConsole::RegisterSignalWakeUpPipe(wxFDIODispatcher& dispatcher)
|
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
|
// we need a bridge to wxFDIODispatcher
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user