Changeset 332 in dev for trunk/abdev/BasicCompiler_Common/src
- Timestamp:
- Sep 27, 2007, 3:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Type.cpp
r316 r332 442 442 } 443 443 return false; 444 } 445 446 bool Type::IsDelegate() const 447 { 448 return ( IsObject() && GetClass().IsDelegate() ); 444 449 } 445 450
Note:
See TracChangeset
for help on using the changeset viewer.