Commit 3e3687e
committed
bug 129682 Wrong function dependency is made
After review:
```
&(argumentList()),
```
is a bit dangerous (temporary variable), replacing with:
```
&m_defArgList,
```1 parent 7b9535f commit 3e3687e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2523 | 2523 | | |
2524 | 2524 | | |
2525 | 2525 | | |
2526 | | - | |
| 2526 | + | |
2527 | 2527 | | |
2528 | 2528 | | |
2529 | 2529 | | |
| |||
4089 | 4089 | | |
4090 | 4090 | | |
4091 | 4091 | | |
4092 | | - | |
| 4092 | + | |
4093 | 4093 | | |
4094 | 4094 | | |
4095 | 4095 | | |
| |||
0 commit comments