Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 6 and Version 7 of ClassExample

Show
Ignore:
Author:
mandel (IP: 78.94.203.231)
Timestamp:
10/26/08 18:50:14 (16 years ago)
Comment:

changed bit to bool

Legend:

Unmodified
Added
Removed
Modified
  • ClassExample

    v6 v7  
    4949 
    5050    private { 
    51         bit m_turnedOn; 
     51        bool m_turnedOn; 
    5252        int m_channel; 
    5353    }