From 4a9a38f20a4df9cb9d047f98fd53582d63360af6 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 4 Apr 2020 16:12:28 -0700 Subject: [PATCH] TclListSeqConstChar -> tclListSeqConstChar --- tcl/StaTcl.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/StaTcl.i b/tcl/StaTcl.i index 0bfc1212..8493b9ac 100644 --- a/tcl/StaTcl.i +++ b/tcl/StaTcl.i @@ -249,7 +249,7 @@ tclListSetConstChar(Tcl_Obj *const source, } StringSeq * -TclListSeqConstChar(Tcl_Obj *const source, +tclListSeqConstChar(Tcl_Obj *const source, Tcl_Interp *interp) { int argc; @@ -371,7 +371,7 @@ using namespace sta; } %typemap(in) StringSeq* { - $1 = TclListSeqConstChar($input, interp); + $1 = tclListSeqConstChar($input, interp); } %typemap(out) StringSeq* {