Fix msvc being unhappy
This commit is contained in:
parent
cc7d470f8b
commit
ca4d6e8d1d
|
@ -1347,7 +1347,7 @@ SHOVE::SHOVE_STATUS SHOVE::shoveIteration( int aIter )
|
|||
PNS_DBG( Dbg(), Message,
|
||||
wxString::Format( wxT( "NI: %s (%s)" ), ni->Format(), ni->Parent()
|
||||
? ni->Parent()->GetItemDescription( &up )
|
||||
: "null" ) );
|
||||
: wxString( wxT( "null" ) ) ) );
|
||||
|
||||
unwindLineStack( ni );
|
||||
|
||||
|
|
Loading…
Reference in New Issue