Ignore:
Timestamp:
Aug 23, 2007, 10:58:43 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Var.cpp

    r299 r301  
    726726        }
    727727
     728        Type classType( resultType );
     729
    728730        if(!_member_offset(
    729731            isErrorEnabled,
    730732            isWriteAccess,
    731             resultType,
     733            classType,
    732734            member,pRelativeVar,resultType,0)) return false;
    733735
Note: See TracChangeset for help on using the changeset viewer.