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>
|
#include <time.h>
|
||||||
|
|
||||||
|
|
||||||
int DateMeter_attributes[] = {
|
static const int DateMeter_attributes[] = {
|
||||||
DATE
|
DATE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,6 @@ in the source distribution for its full text.
|
||||||
|
|
||||||
#include "Meter.h"
|
#include "Meter.h"
|
||||||
|
|
||||||
extern int DateMeter_attributes[];
|
|
||||||
|
|
||||||
extern MeterClass DateMeter_class;
|
extern MeterClass DateMeter_class;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -12,7 +12,7 @@ in the source distribution for its full text.
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
|
||||||
int DateTimeMeter_attributes[] = {
|
static const int DateTimeMeter_attributes[] = {
|
||||||
DATETIME
|
DATETIME
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,6 @@ in the source distribution for its full text.
|
||||||
|
|
||||||
#include "Meter.h"
|
#include "Meter.h"
|
||||||
|
|
||||||
extern int DateTimeMeter_attributes[];
|
|
||||||
|
|
||||||
extern MeterClass DateTimeMeter_class;
|
extern MeterClass DateTimeMeter_class;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue