diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-06-14 19:40:59 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-06-14 19:40:59 (GMT) |
commit | f00ebac6780300a33d755335f80580847694ccf8 (patch) | |
tree | 4a7adeb6d9d2bca2e08b465e3b47857d667ba54c /src/tkbltVector.C | |
parent | 47494b6e66fd33234328aebbb43c536c915662e7 (diff) | |
download | blt-f00ebac6780300a33d755335f80580847694ccf8.zip blt-f00ebac6780300a33d755335f80580847694ccf8.tar.gz blt-f00ebac6780300a33d755335f80580847694ccf8.tar.bz2 |
fixes to stub support
Diffstat (limited to 'src/tkbltVector.C')
-rw-r--r-- | src/tkbltVector.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tkbltVector.C b/src/tkbltVector.C index d812d4d..7bc2016 100644 --- a/src/tkbltVector.C +++ b/src/tkbltVector.C @@ -1151,7 +1151,7 @@ static int VectorDestroyOp(ClientData clientData, Tcl_Interp* interp, static int VectorExprOp(ClientData clientData, Tcl_Interp* interp, int objc, Tcl_Obj* const objv[]) { - return ExprVector(interp, Tcl_GetString(objv[2]), (Blt_Vector* )NULL); + return Blt_ExprVector(interp, Tcl_GetString(objv[2]), (Blt_Vector* )NULL); } static Blt_OpSpec vectorCmdOps[] = |