From 4627ed58020162dc8c0798dcfa24d3756eee5ccf Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 15 May 2009 18:59:16 -0700 Subject: Make all tapsets' TOK_FOO constant --- tapset-timers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapset-timers.cxx') diff --git a/tapset-timers.cxx b/tapset-timers.cxx index d32a22a6..1dc0acac 100644 --- a/tapset-timers.cxx +++ b/tapset-timers.cxx @@ -22,7 +22,7 @@ using namespace std; using namespace __gnu_cxx; -static string TOK_TIMER("timer"); +static const string TOK_TIMER("timer"); // ------------------------------------------------------------------------ -- cgit