Changeset 117 in dev for BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- May 12, 2007, 5:31:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/VariableOpe.cpp
r116 r117 235 235 236 236 Type GetStringTypeInfo(){ 237 extern const CClass *pobj_StringClass; 238 Type type( DEF_OBJECT, *pobj_StringClass ); 237 Type type( DEF_OBJECT, *pobj_DBClass->GetStringClassPtr() ); 239 238 return type; 240 239 }
Note:
See TracChangeset
for help on using the changeset viewer.