Commit f08582f
committed
Add missing getPeer() call for instance parameters
When passing a pointer to this as instance parameters, a getPeer()
call was missing, and the pointer object itself got passed, not the
address it points to, resulting in compilation errors. This is now
fixed.1 parent 5381d6b commit f08582f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
| 805 | + | |
805 | 806 | | |
806 | 807 | | |
807 | 808 | | |
| |||
0 commit comments