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/gl/ShapesGL.d

    r410 r480  
    743743// 
    744744 
    745 //  void activateCallback(MenuItem menuItem, char[] action) 
     745//  void activateCallback(MenuItem menuItem, string action) 
    746746//  { 
    747747//  } 
    748748    void activateItemCallback(MenuItem menuItem) 
    749749    { 
    750         char[] action = menuItem.getActionName(); 
     750        string action = menuItem.getActionName(); 
    751751        version(Tango) 
    752752        { 
     
    941941private import glgdk.GLdInit; 
    942942 
    943 void main(char [][]args) 
     943void main(string[] args) 
    944944{ 
    945945