Kaydet (Commit) 0154460b authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix MINGW64 build

Change-Id: Ie933fd3853f0c195faaee15620b970e6cb5259d1
üst a307e039
...@@ -1925,7 +1925,7 @@ void WinSalFrame::SetApplicationID( const OUString &rApplicationID ) ...@@ -1925,7 +1925,7 @@ void WinSalFrame::SetApplicationID( const OUString &rApplicationID )
PROPVARIANT pv; PROPVARIANT pv;
if ( !rApplicationID.isEmpty() ) if ( !rApplicationID.isEmpty() )
{ {
hr = InitPropVariantFromString( rApplicationID.getStr(), &pv ); hr = InitPropVariantFromString( ( PCWSTR )rApplicationID.getStr(), &pv );
mbPropertiesStored = TRUE; mbPropertiesStored = TRUE;
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment