Fix typo.

This commit is contained in:
Jeff Young 2021-09-26 17:26:56 +01:00
parent 1723106b4d
commit 5dc82037fb
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ bool doPrintFile( const wxString& file, bool aDryRun )
args[1] = file.wc_str();
args[2] = nullptr;
wxExecute( const_cast<w_char**>( args ) );
wxExecute( const_cast<wchar_t**>( args ) );
}
return true;