Fix compile error.

This commit is contained in:
Jeff Young 2021-09-26 15:26:09 +01:00
parent bbea8afdc5
commit fa032400ee
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ bool doPrintFile( const wxString& file, bool aDryRun )
params[2] = nullptr;
wxExecute( params );
}
return true;
}