File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ namespace ecolab
951
951
newTCL_obj_functor_proc (f, TCL_args (argc, argv));
952
952
if (thook) thook (argc, argv);
953
953
}
954
- void proc (int , const char **) {}
954
+ void proc (int , CONST84 char **) {}
955
955
};
956
956
957
957
template <class C , class M >
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ namespace ecolab
424
424
(ClientData)new ResizeFunctor<S>(x),
425
425
TCL_cmd_data_delete);
426
426
}
427
- void proc (int , const char **) {}
427
+ void proc (int , CONST84 char **) {}
428
428
};
429
429
430
430
template <class V >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ namespace ecolab
61
61
else
62
62
r << f (TCL_args (argc, argv));
63
63
}
64
- void proc (int , const char **) {}
64
+ void proc (int , CONST84 char **) {}
65
65
};
66
66
67
67
// / const version - only getter is called
@@ -73,7 +73,7 @@ namespace ecolab
73
73
void proc (int argc, Tcl_Obj *const argv[]) {
74
74
tclreturn () << f ();
75
75
}
76
- void proc (int , const char **) {}
76
+ void proc (int , CONST84 char **) {}
77
77
};
78
78
79
79
/* *
@@ -127,7 +127,7 @@ namespace ecolab
127
127
void proc (int argc, Tcl_Obj *const argv[]) const {
128
128
tclreturn ()<<(_self.*g)();
129
129
}
130
- void proc (int , const char **) {}
130
+ void proc (int , CONST84 char **) {}
131
131
std::string name; // /< name of accessor seen by TCL
132
132
private:
133
133
T& _self; // /< reference to the outer object accessor are working on
You can’t perform that action at this time.
0 commit comments