diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-22 14:10:15 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-22 14:10:15 +0000 |
commit | d0d4495f1117682d2cee660f45fa422953487abf (patch) | |
tree | 94a78df60f1eb6f293ef6752c6e9fc8bff0a5065 /plugins/IEView/src/IEView.h | |
parent | 3a09ce8ad3e0aa8bb97266def2f38e1295392d2d (diff) |
IEView: more external functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@16143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r-- | plugins/IEView/src/IEView.h | 5 |
1 files changed, 5 insertions, 0 deletions
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
|