Make setting a breakpoint easier.
This commit is contained in:
parent
f6e07f575a
commit
e77d096412
|
@ -71,7 +71,8 @@ struct TOOL_MANAGER::TOOL_STATE
|
|||
|
||||
~TOOL_STATE()
|
||||
{
|
||||
wxASSERT( stateStack.empty() );
|
||||
if( !stateStack.empty() )
|
||||
wxFAIL;
|
||||
}
|
||||
|
||||
/// The tool itself
|
||||
|
|
Loading…
Reference in New Issue