Compile fix.

This commit is contained in:
Jeff Young 2021-09-26 16:20:46 +01:00
parent 2e0b3b8a82
commit 67fb8cbe9e
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ bool doPrintFile( const wxString& file, bool aDryRun )
{ {
if( !aDryRun ) if( !aDryRun )
{ {
char* params[3]; const char* params[3];
params[0] = "lp"; params[0] = "lp";
params[1] = file.c_str(); params[1] = file.c_str();
params[2] = nullptr; params[2] = nullptr;