We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b0749 commit 413053cCopy full SHA for 413053c
src/interrogatedb/interrogateFunctionWrapper.cxx
@@ -74,6 +74,7 @@ input(istream &in) {
74
*/
75
void InterrogateFunctionWrapper::
76
remap_indices(const IndexRemapper &remap) {
77
+ _function = remap.map_from(_function);
78
_return_value_destructor = remap.map_from(_return_value_destructor);
79
_return_type = remap.map_from(_return_type);
80
0 commit comments