Changeset 301 in dev for trunk/abdev/BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Aug 23, 2007, 10:58:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Var.cpp
r299 r301 726 726 } 727 727 728 Type classType( resultType ); 729 728 730 if(!_member_offset( 729 731 isErrorEnabled, 730 732 isWriteAccess, 731 resultType,733 classType, 732 734 member,pRelativeVar,resultType,0)) return false; 733 735
Note:
See TracChangeset
for help on using the changeset viewer.