Skip to content

Commit

Permalink
DateMeter followup
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Oct 5, 2020
1 parent d93cac1 commit dc6523b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DateMeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in the source distribution for its full text.
#include <time.h>


int DateMeter_attributes[] = {
static const int DateMeter_attributes[] = {
DATE
};

Expand Down
2 changes: 0 additions & 2 deletions DateMeter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ in the source distribution for its full text.

#include "Meter.h"

extern int DateMeter_attributes[];

extern MeterClass DateMeter_class;

#endif
2 changes: 1 addition & 1 deletion DateTimeMeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in the source distribution for its full text.
#include <time.h>


int DateTimeMeter_attributes[] = {
static const int DateTimeMeter_attributes[] = {
DATETIME
};

Expand Down
2 changes: 0 additions & 2 deletions DateTimeMeter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ in the source distribution for its full text.

#include "Meter.h"

extern int DateTimeMeter_attributes[];

extern MeterClass DateTimeMeter_class;

#endif

0 comments on commit dc6523b

Please sign in to comment.