elementary: Fix multibuttonentry legacy build.

Summary:
The legacy header was still referencing the eo class removed in
939690a8a9.

Reviewers: cedric, Jaehyun_Cho, vitor.sousa

Reviewed By: vitor.sousa

Differential Revision: https://phab.enlightenment.org/D5970
This commit is contained in:
Lauro Moura 2018-04-19 12:09:37 -03:00
parent d767c31a57
commit 90f7144e81
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ EAPI Evas_Object *elm_multibuttonentry_add(Evas_Object *parent);
EAPI void elm_multibuttonentry_format_function_set(Eo *obj, Elm_Multibuttonentry_Format_Cb format_function, const void *data);
#include "elm_multibuttonentry_item.eo.legacy.h"
#include "efl_ui_multibuttonentry.eo.legacy.h"
#include "elm_multibuttonentry.eo.legacy.h"