diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-21 18:38:42 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-21 18:38:42 +0000 |
commit | afc1b562fdca819b1c24b0efc094f256bd45267a (patch) | |
tree | ca76bcc8ae97bd607f74988c6d65a96836612752 /plugins/IEView/src/IEView.h | |
parent | 6f03a0bf158226db5e50e099786a09ba4894a393 (diff) |
IEView: minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r-- | plugins/IEView/src/IEView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index 7e43886922..f57dff663b 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -508,7 +508,7 @@ private: STDMETHOD(SetZoneMapping)(DWORD dwZone, LPCWSTR lpszPattern, DWORD dwFlags);
STDMETHOD(GetZoneMappings)(DWORD dwZone, IEnumString **ppenumString, DWORD dwFlags);
- VARIANT IEView::CallJScript(const CMString strFunc, size_t nPCount, const CMString strArgs, ...);
+ VARIANT CallJScript(const CMString strFunc, size_t nPCount, const CMString strArgs, ...);
IHTMLDocument2 *getDocument();
WCHAR* getHrefFromAnchor(CComPtr<IHTMLElement> element);
|