Changeset 391 in dev for trunk/abdev/BasicCompiler_Common/src
- Timestamp:
- Feb 14, 2008, 2:50:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Exception.cpp
r371 r391 277 277 if( !compiler.StringToType( typeName, paramType ) ) 278 278 { 279 SetError(73,NULL,cp); 279 SetError(74,typeName,cp); 280 } 281 else 282 { 283 if( !paramType.IsObject() ) 284 { 285 SetError(73,typeName,cp); 286 } 280 287 } 281 288 }
Note:
See TracChangeset
for help on using the changeset viewer.