WPrefs: Added 'const' attribute to function parameters

This commit is contained in:
Christophe CURIS
2013-05-12 01:01:19 +01:00
committed by Carlos R. Mafra
parent eb14bca73b
commit b5101fc8ae
17 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -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;