More wxString wide literals.
This commit is contained in:
@@ -750,7 +750,7 @@ void BRDITEMS_PLOTTER::PlotFootprintShape( const FP_SHAPE* aShape )
|
||||
break;
|
||||
|
||||
default:
|
||||
wxASSERT_MSG( false, "Unhandled FP_SHAPE shape" );
|
||||
wxASSERT_MSG( false, wxT( "Unhandled FP_SHAPE shape" ) );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user