Skip to content
Snippets Groups Projects
Commit 3a503d06 authored by Ken Martin's avatar Ken Martin
Browse files

fix for other Tcl changes

parent b0eedb74
No related branches found
Tags v4.2.4
No related merge requests found
......@@ -139,7 +139,7 @@ VTKTCL_EXPORT void vtkTclGenericDeleteObject(ClientData cd)
}
}
int vtkCommand(ClientData vtkNotUsed(cd), Tcl_Interp *interp, int argc, char *argv[])
int vtkCreateCommand(ClientData vtkNotUsed(cd), Tcl_Interp *interp, int argc, char *argv[])
{
Tcl_HashEntry *entry;
Tcl_HashSearch search;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment