woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=faf3fb50f9a7edccf079ef6cb52362afb1026c01

commit faf3fb50f9a7edccf079ef6cb52362afb1026c01
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Wed Nov 22 16:54:30 2017 +0900

    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"
 

-- 


Reply via email to