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/GC.d

    r429 r480  
    6565 * module aliases: 
    6666 * local aliases: 
     67 * overrides: 
    6768 */ 
    6869 
     
    120121     
    121122    /** the main Gtk struct as a void* */ 
    122     protected void* getStruct() 
     123    protected override void* getStruct() 
    123124    { 
    124125        return cast(void*)gdkGC;