Changeset 536 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Class.cpp
- Timestamp:
- May 3, 2008, 6:32:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Class.cpp
r523 r536 942 942 943 943 // コンパイル中クラスとしてセット 944 compiler. pCompilingClass = &objClass;944 compiler.SetCompilingClass( &objClass ); 945 945 946 946 const EnumInfo *pEnumInfo = NULL; … … 971 971 } 972 972 973 compiler. pCompilingClass = NULL;973 compiler.SetCompilingClass( NULL ); 974 974 } 975 975
Note:
See TracChangeset
for help on using the changeset viewer.