mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Mark Object instances const
This commit is contained in:

committed by
cgzones

parent
08d85e6143
commit
ba282cfe19
@ -18,7 +18,7 @@ typedef struct ColorsPanel_ {
|
||||
ScreenManager* scr;
|
||||
} ColorsPanel;
|
||||
|
||||
extern PanelClass ColorsPanel_class;
|
||||
extern const PanelClass ColorsPanel_class;
|
||||
|
||||
ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr);
|
||||
|
||||
|
Reference in New Issue
Block a user