From 3e3526a52e25abfec0598f305cbc6d8b0049567b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 9 Mar 2018 12:57:48 +0300 Subject: fix for broken service --- plugins/NewsAggregator/Src/Options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/NewsAggregator/Src/Options.h') diff --git a/plugins/NewsAggregator/Src/Options.h b/plugins/NewsAggregator/Src/Options.h index 41d2274db5..51bafad7b3 100644 --- a/plugins/NewsAggregator/Src/Options.h +++ b/plugins/NewsAggregator/Src/Options.h @@ -64,6 +64,8 @@ protected: public: CFeedEditor(int iItem, CCtrlListView *m_list, MCONTACT Contact); + + __inline MCONTACT getContact() const { return m_hContact; } }; class CImportFeed : public CDlgBase -- cgit v1.2.3