mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 01:15:56 +01:00
WPrefs: Added 'const' attribute to function parameters
This commit is contained in:
committed by
Carlos R. Mafra
parent
eb14bca73b
commit
b5101fc8ae
@@ -74,7 +74,7 @@ static void pushAutoDelayButton(WMWidget *w, void *data)
|
||||
}
|
||||
}
|
||||
|
||||
static void adjustButtonSelectionBasedOnValue(_Panel *panel, int row, char *value)
|
||||
static void adjustButtonSelectionBasedOnValue(_Panel *panel, int row, const char *value)
|
||||
{
|
||||
int j;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user