summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-06-03 11:08:38 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-06-03 11:08:38 (GMT)
commitfac6b511fb8c17e63cc9034b89e3b954a768915b (patch)
treec79192f74a513c9e559f678cef64aeb06f6d1b3b /win
parent3815c7e2a8991ae9f6086710f9b316bedd258bd6 (diff)
downloadtk-fac6b511fb8c17e63cc9034b89e3b954a768915b.zip
tk-fac6b511fb8c17e63cc9034b89e3b954a768915b.tar.gz
tk-fac6b511fb8c17e63cc9034b89e3b954a768915b.tar.bz2
Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.
FossilOrigin-Name: ac787fc7d49375899a428bad4d71bec36e8fcb16
Diffstat (limited to 'win')
-rw-r--r--win/tkWinEmbed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinEmbed.c b/win/tkWinEmbed.c
index a908a1f..42809cc 100644
--- a/win/tkWinEmbed.c
+++ b/win/tkWinEmbed.c
@@ -101,8 +101,8 @@ int
TkpTestembedCmd(
ClientData clientData,
Tcl_Interp *interp,
- int argc,
- const char **argv)
+ int objc,
+ Tcl_Obj *const objv[])
{
return TCL_OK;
}