Changeset 513

Show
Ignore:
Timestamp:
06/29/08 16:09:41 (3 months ago)
Author:
Mike Wey
Message:

make sure the pango demo compiles with D 2.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demos/pango/pangocairo.d

    r511 r513  
    3030    int m_radius = 150; 
    3131    int m_nWords = 10; 
    32     char[] m_font = "Sans Bold 27"; 
     32    string m_font = "Sans Bold 27"; 
    3333 
    3434    public this()