mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
WPrefs: Added 'const' attribute to function parameters
This commit is contained in:
committed by
Carlos R. Mafra
parent
eb14bca73b
commit
b5101fc8ae
@@ -541,7 +541,7 @@ static void selectedOption(WMWidget * w, void *data)
|
||||
updateSampleFont(panel);
|
||||
}
|
||||
|
||||
static WMLabel *createListLabel(WMScreen * scr, WMWidget * parent, char *text)
|
||||
static WMLabel *createListLabel(WMScreen * scr, WMWidget * parent, const char *text)
|
||||
{
|
||||
WMLabel *label;
|
||||
WMColor *color;
|
||||
|
||||
Reference in New Issue
Block a user