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

Changes between Version 5 and Version 6 of ClassExample

Show
Ignore:
Author:
JMNorris (IP: 128.125.1.2)
Timestamp:
07/26/07 07:55:59 (17 years ago)
Comment:

Fixed bug in method changeChannel().

Legend:

Unmodified
Added
Removed
Modified
  • ClassExample

    v5 v6  
    2929            } 
    3030            else {  
     31                m_channel = c; 
    3132                writefln("Per your request, it's now on channel %d.", m_channel); 
    32                 m_channel = c; 
    3333            } 
    3434        }