Ignore:
Timestamp:
Jun 25, 2007, 5:40:36 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Member.h

    r181 r187  
    5353    }
    5454
    55     CMember( Prototype::Accessibility accessibility, const string &name, const Type &type, bool isConst, const string &initializeExpression, const string &constructParameter )
     55    CMember( Prototype::Accessibility accessibility, const string &name, const Type &newType, bool isConst, const string &initializeExpression, const string &constructParameter )
    5656        : MemberPrototype( accessibility )
    5757        , name( name )
    58         , type( type )
     58        , type( newType )
    5959        , isConst( isConst )
    6060        , initializeExpression( initializeExpression )
Note: See TracChangeset for help on using the changeset viewer.