mirror of https://github.com/xzeldon/htop.git
DateMeter followup
This commit is contained in:
parent
d93cac12be
commit
dc6523bf60
|
@ -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…
Reference in New Issue