mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
warning fixes
This commit is contained in:
@ -21,6 +21,6 @@ typedef struct MetersPanel_ {
|
||||
} MetersPanel;
|
||||
|
||||
|
||||
MetersPanel* MetersPanel_new(Settings* settings, char* header, Vector* meters, ScreenManager* scr);
|
||||
MetersPanel* MetersPanel_new(Settings* settings, const char* header, Vector* meters, ScreenManager* scr);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user