Index: generic/xotcl.c =================================================================== diff -u -r5008260d12072f5542b81dfed2d512f906326e32 -r6b0cef2dbca601425c74c3ee586d15cfeab47b91 --- generic/xotcl.c (.../xotcl.c) (revision 5008260d12072f5542b81dfed2d512f906326e32) +++ generic/xotcl.c (.../xotcl.c) (revision 6b0cef2dbca601425c74c3ee586d15cfeab47b91) @@ -12818,7 +12818,7 @@ return TCL_OK; } -static int XOTclClassInfoInstfilterMethod(Tcl_Interp *interp, XOTclClass * class, int withGuards, char * pattern) { +static int XOTclClassInfoFilterMethod(Tcl_Interp *interp, XOTclClass * class, int withGuards, char * pattern) { return class->opt ? FilterInfo(interp, class->opt->instfilters, pattern, withGuards, 0) : TCL_OK; }