summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Counter.h')
-rw-r--r--daemon/Counter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Counter.h b/daemon/Counter.h
index 231a85d..6891745 100644
--- a/daemon/Counter.h
+++ b/daemon/Counter.h
@@ -1,5 +1,5 @@
1/** 1/**
2 * Copyright (C) ARM Limited 2013. All rights reserved. 2 * Copyright (C) ARM Limited 2013-2014. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as 5 * it under the terms of the GNU General Public License version 2 as
@@ -25,7 +25,7 @@ public:
25 void clear () { 25 void clear () {
26 mType[0] = '\0'; 26 mType[0] = '\0';
27 mEnabled = false; 27 mEnabled = false;
28 mEvent = 0; 28 mEvent = -1;
29 mCount = 0; 29 mCount = 0;
30 mKey = 0; 30 mKey = 0;
31 mDriver = NULL; 31 mDriver = NULL;