Fix msvc being unhappy

This commit is contained in:
Jon Evans 2023-08-01 19:59:58 -04:00
parent cc7d470f8b
commit ca4d6e8d1d
1 changed files with 1 additions and 1 deletions

View File

@ -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 );