DateMeter followup

main
Christian Göttsche 6 years ago committed by cgzones
parent d93cac12be
commit dc6523bf60
  1. 2
      DateMeter.c
  2. 2
      DateMeter.h
  3. 2
      DateTimeMeter.c
  4. 2
      DateTimeMeter.h

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

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

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

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

Loading…
Cancel
Save