From faf3fb50f9a7edccf079ef6cb52362afb1026c01 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Wed, 22 Nov 2017 16:54:30 +0900 Subject: [PATCH] efl_ui_calendar: fix wrong define --- src/lib/elementary/efl_ui_calendar_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_calendar_private.h b/src/lib/elementary/efl_ui_calendar_private.h index 4aa00878ea..2ca8f3871d 100644 --- a/src/lib/elementary/efl_ui_calendar_private.h +++ b/src/lib/elementary/efl_ui_calendar_private.h @@ -1,5 +1,5 @@ #ifndef EFL_UI_CALENDAR_PRIVATE_H -#define ELM_WIDGET_CALENDAR_H +#define ELM_UI_CALENDAR_PRIVATE_H #include "Elementary.h"