Ignore:
Timestamp:
Jun 6, 2007, 12:58:40 AM (17 years ago)
Author:
dai_9181
Message:

Method/Memberのリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Procedure.cpp

    r131 r135  
    382382        return false;
    383383    }
    384     return ( pMethod->bVirtual != 0 );
     384    return ( pMethod->IsVirtual() != 0 );
    385385}
    386386const NamespaceScopes &UserProc::GetNamespaceScopes() const
Note: See TracChangeset for help on using the changeset viewer.