mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 22:35:32 +00:00
Use wide char to satisfy macOS build.
This commit is contained in:
parent
7d7ddcf3a1
commit
c3bf894d81
@ -1208,7 +1208,7 @@ wxString DXF_IMPORT_PLUGIN::toNativeString( const wxString& aData )
|
||||
break;
|
||||
|
||||
case '~': // Non-wrapping space, hard space
|
||||
res << '\u00A0';
|
||||
res << L'\u00A0';
|
||||
break;
|
||||
|
||||
case 'U': // Unicode character, e.g. \U+ff08
|
||||
|
Loading…
Reference in New Issue
Block a user