summaryrefslogtreecommitdiffstats
path: root/ClockMeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClockMeter.c')
-rw-r--r--ClockMeter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ClockMeter.c b/ClockMeter.c
index 9e48c295..847a09b1 100644
--- a/ClockMeter.c
+++ b/ClockMeter.c
@@ -12,10 +12,10 @@ in the source distribution for its full text.
#include "debug.h"
-/* private */
-static int ClockMeter_attributes[] = { CLOCK };
+int ClockMeter_attributes[] = {
+ CLOCK
+};
-/* private */
MeterType ClockMeter = {
.setValues = ClockMeter_setValues,
.display = NULL,