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
@@ -46,7 +46,7 @@ W_Class InitDoubleTest(WMScreen * scr)
|
||||
/*
|
||||
* Our widget fabrication plant.
|
||||
*/
|
||||
DoubleTest *CreateDoubleTest(WMWidget * parent, char *text)
|
||||
DoubleTest *CreateDoubleTest(WMWidget * parent, const char *text)
|
||||
{
|
||||
DoubleTest *dPtr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user