Ignore:
Timestamp:
Aug 23, 2007, 6:17:00 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Member.h

    r266 r299  
    5353    }
    5454
    55     Type GetType() const
     55    const Type &GetType() const
    5656    {
    5757        return type;
     58    }
     59    void ResetType( const Type &type )
     60    {
     61        this->type = type;
    5862    }
    5963
Note: See TracChangeset for help on using the changeset viewer.