Ignore:
Timestamp:
Aug 22, 2007, 3:46:23 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Type.cpp

    r290 r292  
    408408bool Type::IsTypeParameter() const
    409409{
    410     return ( basicType == DEF_TYPE_PARAMETER );
     410    return ( NATURAL_TYPE(basicType) == DEF_TYPE_PARAMETER );
    411411}
    412412bool Type::IsObjectClass() const
Note: See TracChangeset for help on using the changeset viewer.