Fix msvc being unhappy

(cherry picked from commit ca4d6e8d1d)
This commit is contained in:
Jon Evans 2023-08-01 19:59:58 -04:00
parent 0629f502b5
commit 4bed2e57cb
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,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 );