WINGs: Added 'const' attribute to 'WMCreatePropListFromDescription'
commit28e6bde78299d8cb5470b0bd97aff29769a00e3d
authorChristophe CURIS <christophe.curis@free.fr>
Thu, 9 May 2013 15:34:07 +0000 (9 17:34 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 9 May 2013 15:56:28 +0000 (9 16:56 +0100)
tree19a54b3a37aab077e63f7912c855ae8e78007cb2
parent75a0beffeb8bac041abb88360ccfb613bbb501a6
WINGs: Added 'const' attribute to 'WMCreatePropListFromDescription'

To be able to do this in a clean way, it was necessary to add the
attribute also in PLData's ptr field, which is actually right
because none of the function changes its content.

The function that fills it from a file/pipe however needed small
changes to respect the const-ness of the field.
WINGs/WINGs/WUtil.h
WINGs/proplist.c