Changeset 50 in dev for BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Feb 10, 2007, 5:44:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Var.cpp
r49 r50 1304 1304 //コンストラクタ呼び出し 1305 1305 if(TypeInfo.type==DEF_OBJECT&&(dwFlags&DIMFLAG_NONCALL_CONSTRACTOR)==0&& isRef == false ){ 1306 CallConstr actor(VarName,SubScripts,TypeInfo,ConstractParameter);1306 CallConstructor(VarName,SubScripts,TypeInfo,ConstractParameter); 1307 1307 } 1308 1308 }
Note:
See TracChangeset
for help on using the changeset viewer.