common: fix build (missing return)
This commit is contained in:
parent
9eef638f0b
commit
6c43ace018
|
@ -920,6 +920,8 @@ bool WX_VIEW_CONTROLS::handleAutoPanning( const wxMouseEvent& aEvent )
|
||||||
}
|
}
|
||||||
|
|
||||||
wxCHECK_MSG( false, false, wxT( "This line should never be reached" ) );
|
wxCHECK_MSG( false, false, wxT( "This line should never be reached" ) );
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue