Eagle parser: declare Convert() specialization for wxString in eagle_parser.h
This commit is contained in:
parent
4b62b3519c
commit
f039e0bb6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue