Fix wxWidgets 2.8 compile error.
This commit is contained in:
parent
1ae681454a
commit
473a724b9a
|
@ -1895,9 +1895,10 @@ bool SCH_COMPONENT::doIsConnected( const wxPoint& aPosition ) const
|
|||
bool SCH_COMPONENT::IsInNetlist() const
|
||||
{
|
||||
SCH_FIELD* rf = GetField( REFERENCE );
|
||||
return ! rf->GetText().StartsWith("#");
|
||||
return ! rf->GetText().StartsWith( wxT( "#" ) );
|
||||
}
|
||||
|
||||
|
||||
void SCH_COMPONENT::Plot( PLOTTER* aPlotter )
|
||||
{
|
||||
LIB_COMPONENT* Entry;
|
||||
|
|
Loading…
Reference in New Issue