Resolved issue N_SE-39048
[apps/osp/Calendar.git] / inc / ClDayPanel.h
index 25e7d69..214c2d3 100644 (file)
@@ -27,6 +27,7 @@
 #include <FSocial.h>
 #include <FUi.h>
 
+#include "ClGoToDatePopup.h"
 #include "ClICalendarEventChangedEventListener.h"
 #include "ClICurrentDateChangedEventListener.h"
 #include "ClIDateFocusEventListener.h"
@@ -89,6 +90,7 @@ private:
        EventListPresentationModel* __pPm;
        Tizen::Ui::Controls::Panel* __pPanelDayEvent[VIEW_SCROLL_EFFECT_COUNT];
        PanningAnimationManager* __pPanningAnimationManager;
+       GoToDatePopup* __pGoToDatePopup;
 }; // DayPanel
 
 #endif // _CL_DAY_PANEL_H_