Skip to content

Commit d0c88b1

Browse files
Wrong override.
1 parent c4ddda0 commit d0c88b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/TCL_obj_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ namespace ecolab
926926
newTCL_obj_functor_proc(bm, TCL_args(argc, argv));
927927
if (thook) thook(argc, argv);
928928
}
929-
void proc(int, const char **) {}
929+
void proc(int, CONST84 char **) {}
930930
};
931931

932932
template<class C, class M>

0 commit comments

Comments
 (0)