Skip to content

Commit 413053c

Browse files
WMOkiishirdb
authored andcommitted
Remap function indices in wrappers
1 parent 21b0749 commit 413053c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interrogatedb/interrogateFunctionWrapper.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ input(istream &in) {
7474
*/
7575
void InterrogateFunctionWrapper::
7676
remap_indices(const IndexRemapper &remap) {
77+
_function = remap.map_from(_function);
7778
_return_value_destructor = remap.map_from(_return_value_destructor);
7879
_return_type = remap.map_from(_return_type);
7980

0 commit comments

Comments
 (0)