X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarList.h;h=eaac1d0371e6f9cc8cf7680d3b288e4b06cce95d;hp=e05f6971a72a7993b10ac8f950ae4c3f28a65b07;hb=baa27c175ee6111fd4b88a3c53614a9b6be3541e;hpb=e79afea4cd8930a1ebbdda0e3543dd0a89e45b34 diff --git a/source/widgets/XCCalendarList.h b/source/widgets/XCCalendarList.h index e05f697..eaac1d0 100644 --- a/source/widgets/XCCalendarList.h +++ b/source/widgets/XCCalendarList.h @@ -45,9 +45,12 @@ class XCCalendarList: public wxPopupTransientWindow protected: public: XCCalendarList(wxWindow *parent); - void UpdateCalendarList(CalendarDataStorage *dataStorage); ~XCCalendarList(); + void UpdateCalendarList(CalendarDataStorage *dataStorage); + std::vector GetHiddenAccountsList(); + std::vector GetHiddenCalendarsList(); + }; #endif