WINGs: Added a few missing const attributes

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-12-30 18:11:06 +00:00
committed by Carlos R. Mafra
parent c7f745c353
commit 26c64933e0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ static void didResizeList(W_ViewDelegate * self, WMView * view);
static void unselectAllListItems(WMList * lPtr, WMListItem * exceptThis);
W_ViewDelegate _ListViewDelegate = {
static W_ViewDelegate _ListViewDelegate = {
NULL,
NULL,
didResizeList,