Ignore:
Timestamp:
Aug 23, 2007, 6:17:00 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r290 r299  
    324324void Opcode_Func_SizeOf( const string &typeName ){
    325325    Type tempType;
    326     if( !Compiler::StringToType( typeName, tempType ) ){
     326    if( !compiler.StringToType( typeName, tempType ) ){
    327327        SetError(3,typeName,cp);
    328328        return;
Note: See TracChangeset for help on using the changeset viewer.