Changeset 198 in dev for trunk/abdev/BasicCompiler_Common/Object.cpp
- Timestamp:
- Jun 27, 2007, 2:41:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Object.cpp
r193 r198 116 116 } 117 117 118 if( ! Compiler::StringToType( typeName, resultType ) ){118 if( !compiler.StringToType( typeName, resultType ) ){ 119 119 SetError(3,typeName,cp); 120 120 return false;
Note:
See TracChangeset
for help on using the changeset viewer.