Changeset 159 in dev for trunk/abdev/BasicCompiler32/Compile_Calc.cpp
- Timestamp:
- Jun 17, 2007, 4:44:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Calc.cpp
r136 r159 619 619 620 620 621 if( varType.IsObject() && Smoothie:: Meta::blittableTypes.IsExist( calcType ) ){621 if( varType.IsObject() && Smoothie::meta.blittableTypes.IsExist( calcType ) ){ 622 622 // Blittable型をオブジェクトとして扱う 623 623 vector<UserProc *> userProcs; 624 Smoothie:: Meta::blittableTypes.GetClass( calcType ).GetStaticMethods().Enum( "_Create", userProcs );624 Smoothie::meta.blittableTypes.GetClass( calcType ).GetStaticMethods().Enum( "_Create", userProcs ); 625 625 if( userProcs.size() != 1 ){ 626 626 SetError();
Note:
See TracChangeset
for help on using the changeset viewer.