From d0d4495f1117682d2cee660f45fa422953487abf Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 22 Jan 2016 14:10:15 +0000 Subject: IEView: more external functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/IEView.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/IEView/src/IEView.h') diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index 0f6e32c71c..f43d26b3aa 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -566,5 +566,10 @@ public: replaceStrW(wszContextMenuHandler, handler); } + inline MCONTACT Get_CurrentContact() + { + return hContact; + } + }; #endif -- cgit v1.2.3