Changeset 50 in dev for BasicCompiler_Common/Object.cpp
- Timestamp:
- Feb 10, 2007, 5:44:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Object.cpp
r40 r50 113 113 114 114 115 void CallConstr actor(char *ObjectName,int *SubScripts,TYPEINFO &TypeInfo,char *Parameter){115 void CallConstructor(char *ObjectName,int *SubScripts,TYPEINFO &TypeInfo,char *Parameter){ 116 116 if(TypeInfo.type!=DEF_OBJECT) return; 117 117
Note:
See TracChangeset
for help on using the changeset viewer.