Changeset 339 in dev for trunk/abdev/BasicCompiler_Common/src/Delegate.cpp
- Timestamp:
- Oct 3, 2007, 3:42:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Delegate.cpp
r335 r339 8 8 this->returnType = returnType; 9 9 params.Analyze( paramStr, nowLine ); 10 11 dynamicParams = params; 12 dynamicParams.insert( dynamicParams.begin(), new Parameter( "_System_LocalThis", Type( DEF_PTR_VOID ) ) ); 10 13 } 11 14
Note:
See TracChangeset
for help on using the changeset viewer.