mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- While at it, trim Makefile header and s/PORTDOCS/PORT_OPTIONS:MDOCS/ Reported by: miwi (Tcl/Tk 86 exp-run)
11 lines
425 B
C++
11 lines
425 B
C++
--- rate-variable.h.orig 2013-05-13 09:26:59.000000000 +0200
|
|
+++ rate-variable.h 2013-05-13 09:27:45.000000000 +0200
|
|
@@ -41,7 +41,7 @@
|
|
RateVariable() : TclCommand("rate_variable") {}
|
|
static void init();
|
|
protected:
|
|
- static char* update_rate_var(ClientData, Tcl_Interp*,
|
|
+ static const char* update_rate_var(ClientData, Tcl_Interp*,
|
|
CONST84 char* name1,
|
|
CONST84 char* name2,
|
|
int flags);
|