Changeset 182 in dev for trunk/abdev/BasicCompiler_Common/Overload.cpp
- Timestamp:
- Jun 24, 2007, 6:49:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Overload.cpp
r75 r182 26 26 27 27 char MethodName[VN_SIZE]; 28 if( ! SplitMemberName( name, NULL, MethodName ) ) lstrcpy( MethodName, name );28 if( !CClass::SplitName( name, NULL, MethodName ) ) lstrcpy( MethodName, name ); 29 29 /* 30 30 //メソッドの場合は静的かどうかを調べる
Note:
See TracChangeset
for help on using the changeset viewer.