mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Mark several non-modified pointer variables const
This commit is contained in:

committed by
BenBE

parent
1b2d48bc9a
commit
d72b0a682e
4
Panel.h
4
Panel.h
@ -112,9 +112,9 @@ void Panel_moveSelectedUp(Panel* this);
|
||||
|
||||
void Panel_moveSelectedDown(Panel* this);
|
||||
|
||||
int Panel_getSelectedIndex(Panel* this);
|
||||
int Panel_getSelectedIndex(const Panel* this);
|
||||
|
||||
int Panel_size(Panel* this);
|
||||
int Panel_size(const Panel* this);
|
||||
|
||||
void Panel_setSelected(Panel* this, int selected);
|
||||
|
||||
|
Reference in New Issue
Block a user