Ignore:
Timestamp:
Jun 27, 2007, 2:41:17 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/VariableOpe.cpp

    r195 r198  
    873873        }
    874874
    875         if( !Compiler::StringToType( temporary, type ) ){
     875        if( !compiler.StringToType( temporary, type ) ){
    876876            SetError(3,temporary,cp);
    877877            type.SetBasicType( DEF_LONG );
Note: See TracChangeset for help on using the changeset viewer.