summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 91986dd..7b7bdc3 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -23,7 +23,7 @@ static const size_t maximumDescriptionLength = 300;
bool logged_in(false);
</%session>
<%request scope="page">
- cTimer* timer;
+ const cTimer* timer;
TimerConflictNotifier timerNotifier;
</%request>
<%include>page_init.eh</%include>