Changeset 196 in dev
- Timestamp:
- Jun 26, 2007, 1:54:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Compiler.cpp
r195 r196 84 84 tempType.PtrLevelDown(); 85 85 86 return (string)"*" + TypeToString( t ype );86 return (string)"*" + TypeToString( tempType ); 87 87 } 88 88 else if( type.IsObject() || type.IsStruct() ){
Note:
See TracChangeset
for help on using the changeset viewer.