elm_dbus_menu: add missing const for Eina_List
authorYeongJong Lee <yj34.lee@samsung.com>
Tue, 17 Apr 2018 02:08:25 +0000 (11:08 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 04:06:50 +0000 (13:06 +0900)
commitfca7e6e618e765ba856070168e6eda498b5968c8
treedabf267fd57c4a446dab0af2bf6c47a09a33ad90
parent5ac0024ebd4e4a1854de17d7a3908259612538a4
elm_dbus_menu: add missing const for Eina_List

Summary:
This fixes following warning

../src/lib/eina/eina_list.h:1421:10: warning: assignment discards â€˜const’ qualifier from pointer target type [-Wdiscarded-qualifiers]

Test Plan: make

Reviewers: SanghyeonLee

Reviewed By: SanghyeonLee

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5952
src/lib/elementary/elm_dbus_menu.c