mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Mark remaining classes const
This commit is contained in:

committed by
cgzones

parent
5cc20e7cb2
commit
7af06659e2
@ -11,10 +11,8 @@ in the source distribution for its full text.
|
||||
|
||||
#include "Meter.h"
|
||||
|
||||
extern int ZfsArcMeter_attributes[];
|
||||
|
||||
void ZfsArcMeter_readStats(Meter* this, ZfsArcStats* stats);
|
||||
|
||||
extern MeterClass ZfsArcMeter_class;
|
||||
extern const MeterClass ZfsArcMeter_class;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user