Changeset 193 in dev for trunk/abdev/BasicCompiler_Common/Object.cpp
- Timestamp:
- Jun 26, 2007, 5:04:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Object.cpp
r182 r193 1 #include <Co deGenerator.h>1 #include <Compiler.h> 2 2 3 3 #include "../BasicCompiler_Common/common.h" … … 116 116 } 117 117 118 if( ! Type::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.