DateMeter followup

This commit is contained in:
Christian Göttsche 2020-10-05 13:54:33 +02:00 committed by cgzones
parent d93cac12be
commit dc6523bf60
4 changed files with 2 additions and 6 deletions

View File

@ -12,7 +12,7 @@ in the source distribution for its full text.
#include <time.h>
int DateMeter_attributes[] = {
static const int DateMeter_attributes[] = {
DATE
};

View File

@ -9,8 +9,6 @@ in the source distribution for its full text.
#include "Meter.h"
extern int DateMeter_attributes[];
extern MeterClass DateMeter_class;
#endif

View File

@ -12,7 +12,7 @@ in the source distribution for its full text.
#include <time.h>
int DateTimeMeter_attributes[] = {
static const int DateTimeMeter_attributes[] = {
DATETIME
};

View File

@ -9,8 +9,6 @@ in the source distribution for its full text.
#include "Meter.h"
extern int DateTimeMeter_attributes[];
extern MeterClass DateTimeMeter_class;
#endif