Show
Ignore:
Timestamp:
03/25/08 18:16:02 (8 months ago)
Author:
Mike Wey
Message:

Support for dmd 2.012

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/gdk/Cursor.d

    r429 r480  
    5656 * module aliases: 
    5757 * local aliases: 
     58 * overrides: 
    5859 */ 
    5960 
     
    241242     * name =  the name of the cursor 
    242243     */ 
    243     public this (Display display, char[] name) 
     244    public this (Display display, string name) 
    244245    { 
    245246        // GdkCursor* gdk_cursor_new_from_name (GdkDisplay *display,  const gchar *name);