Fix cherry-pick error

This commit is contained in:
Jon Evans 2021-02-17 08:12:05 -05:00
parent 38d7ac6d9c
commit 1737927814
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ wxString BOM_PLUGIN::readHeader( const wxString& aEndSection )
}
wxString BOM_GENERATOR_HANDLER::getOutputExtension( const wxString& aHeader )
wxString BOM_PLUGIN::getOutputExtension( const wxString& aHeader )
{
// search header for extension after %O (extension includes '.')
// looks for output argument of the form `"%O.extension"`