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

committed by
cgzones

parent
5cc20e7cb2
commit
7af06659e2
@ -20,7 +20,7 @@ typedef struct DarwinProcess_ {
|
||||
bool taskAccess;
|
||||
} DarwinProcess;
|
||||
|
||||
extern ProcessClass DarwinProcess_class;
|
||||
extern const ProcessClass DarwinProcess_class;
|
||||
|
||||
DarwinProcess* DarwinProcess_new(Settings* settings);
|
||||
|
||||
|
Reference in New Issue
Block a user