Eagle parser: declare Convert() specialization for wxString in eagle_parser.h

This commit is contained in:
Maciej Suminski 2017-12-18 17:45:40 +01:00
parent 4b62b3519c
commit f039e0bb6d
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ T Convert( const wxString& aValue )
throw XML_PARSER_ERROR( "Conversion failed. Unknown type." );
}
template <>
wxString Convert<wxString>( const wxString& aValue );
/**
* Class OPTIONAL_XML_ATTRIBUTE