summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Options.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-09 12:57:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-09 12:57:48 +0300
commit3e3526a52e25abfec0598f305cbc6d8b0049567b (patch)
treed6c3946c4e6143383e4e602f8a969b0bde248740 /plugins/NewsAggregator/Src/Options.h
parentbd989f8f08faf42e19e4e62b507e13cd4643a4ac (diff)
fix for broken service
Diffstat (limited to 'plugins/NewsAggregator/Src/Options.h')
-rw-r--r--plugins/NewsAggregator/Src/Options.h2
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