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/demos/gtkD/TestTreeView.d

    r322 r480  
    4747 */ 
    4848 
    49 static char**  book_closed_xpm = [ 
     49static string[]  book_closed_xpm = [ 
    5050"16 16 6 1", 
    5151"       c None s None", 
     
    149149    { 
    150150         
    151         char[] gtkDL; 
    152         char[] gtk; 
    153         char[] desc; 
     151        string gtkDL; 
     152        string gtk; 
     153        string desc; 
    154154        int percent; 
    155         char[] author; 
     155        string author; 
    156156        //TestTreeView ttv; 
    157157         
    158         this(char[] gtkDL,char[] gtk,char[] desc,int percent)//, TestTreeView ttv) 
     158        this(string gtkDL,string gtk,string desc,int percent)//, TestTreeView ttv) 
    159159        { 
    160160            this.gtkDL = gtkDL; 
     
    177177        } 
    178178         
    179         char[] getNodeValue(int column) 
    180         { 
    181             char[] value; 
     179        string getNodeValue(int column) 
     180        { 
     181            string value; 
    182182            switch (column) 
    183183            {