diff options
Diffstat (limited to 'plugins/NewsAggregator/Src/Options.h')
-rw-r--r-- | plugins/NewsAggregator/Src/Options.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |