diff dwt/ole/win32/OleParameterDescription.d @ 212:ab60f3309436

reverted the char[] to String and use the an alias.
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:12:38 +0200
parents ecba636b634e
children
line wrap: on
line diff
--- a/dwt/ole/win32/OleParameterDescription.d	Sat Apr 26 10:01:48 2008 +0200
+++ b/dwt/ole/win32/OleParameterDescription.d	Mon May 05 00:12:38 2008 +0200
@@ -11,10 +11,11 @@
  *     Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
 module dwt.ole.win32.OleParameterDescription;
+import dwt.dwthelper.utils;
 
 
 public class OleParameterDescription {
-    public char[] name;
+    public String name;
     public short flags;
     public short type;
 }