mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Windows, msys2 build: fix cast not accepted by GCC
This commit is contained in:
parent
49db4df92d
commit
d0288dbcbf
@ -432,7 +432,7 @@ void KIPLATFORM::ENV::SetAppDetailsForWindow( wxWindow* aWindow, const wxString&
|
|||||||
PROPVARIANT pv;
|
PROPVARIANT pv;
|
||||||
|
|
||||||
// This is required for any the other properties to actually work
|
// This is required for any the other properties to actually work
|
||||||
hr = ::InitPropVariantFromString( GetAppUserModelId(), &pv );
|
hr = ::InitPropVariantFromString( GetAppUserModelId().wc_str(), &pv );
|
||||||
|
|
||||||
if( SUCCEEDED( hr ) )
|
if( SUCCEEDED( hr ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user