diff options
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
|