From 112f9d59eab046486ab9eeef238cb16507b9246a Mon Sep 17 00:00:00 2001 From: Lindley French Date: Thu, 24 Jun 2021 15:49:49 -0700 Subject: [PATCH] Also expose in proxyClassFunctionHandler --- Source/Modules/java.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/java.cxx b/Source/Modules/java.cxx index 614431192..9fc340954 100644 --- a/Source/Modules/java.cxx +++ b/Source/Modules/java.cxx @@ -2694,6 +2694,7 @@ public: Replaceall(imcall, "$imfuncname", intermediary_function_name); } + Replaceall(tm, "$imfuncname", intermediary_function_name); Replaceall(tm, "$jnicall", imcall); } else { Swig_warning(WARN_JAVA_TYPEMAP_JAVAOUT_UNDEF, input_file, line_number, "No javaout typemap defined for %s\n", SwigType_str(t, 0));