mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +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;
|
||||
|
||||
// This is required for any the other properties to actually work
|
||||
hr = ::InitPropVariantFromString( GetAppUserModelId(), &pv );
|
||||
hr = ::InitPropVariantFromString( GetAppUserModelId().wc_str(), &pv );
|
||||
|
||||
if( SUCCEEDED( hr ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user