diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/ole/win32/OleControlSite.d @ 38:2e09b0e6857a

work on phobosfication
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 11:18:25 +0100
parents 6dd524f61e62
children b98647bc0aef
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/ole/win32/OleControlSite.d	Wed Mar 25 08:46:48 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/ole/win32/OleControlSite.d	Wed Mar 25 11:18:25 2009 +0100
@@ -285,7 +285,7 @@
     if (listener is null || automation is null || eventSinkId is null) OLE.error (__FILE__, __LINE__, SWT.ERROR_NULL_ARGUMENT);
     auto address = automation.getAddress();
     if (address is null) return;
-    wchar[] buffer = StrToWCHARs(0,eventSinkId,true);
+    String16 buffer = StrToWCHARs(0,eventSinkId,true);
     GUID* guid = new GUID();
     if (COM.IIDFromString(buffer.ptr, guid) !is COM.S_OK) return;
     addEventListener(address, guid, eventID, listener);