Kaydet (Commit) 0a967d4c authored tarafından Caolán McNamara's avatar Caolán McNamara

fix win build

Change-Id: I42506c15f62329fb2f5733f0c34e4bb1b4d27f13
üst 09e93552
...@@ -96,7 +96,7 @@ namespace dxcanvas ...@@ -96,7 +96,7 @@ namespace dxcanvas
const SystemGraphicsData* pSysData=reinterpret_cast<const SystemGraphicsData*>(aSeq.getConstArray()); const SystemGraphicsData* pSysData=reinterpret_cast<const SystemGraphicsData*>(aSeq.getConstArray());
if( !pSysData || !pSysData->hDC ) if( !pSysData || !pSysData->hDC )
throw lang::NoSupportException( "Passed SystemGraphicsData or HDC invalid!" ), NULL); throw lang::NoSupportException("Passed SystemGraphicsData or HDC invalid!", NULL);
// setup helper // setup helper
maDeviceHelper.init( pSysData->hDC, maDeviceHelper.init( pSysData->hDC,
......
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