Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginClass.h

Issue 6453924974297088: Issue 1619 - Wrong return value of CPluginClass::Invoke (Closed)
Patch Set: clean CPluginClass::Invoke Created Nov. 27, 2014, 11:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginClass.h
===================================================================
--- a/src/plugin/PluginClass.h
+++ b/src/plugin/PluginClass.h
@@ -96,7 +96,7 @@
HWND GetTabHWND() const;
CComQIPtr<IWebBrowser2> GetBrowser() const;
- STDMETHODIMP OnTabChanged(DISPPARAMS* pDispParams, WORD wFlags);
+ void OnTabChanged(DISPPARAMS* pDispParams, WORD wFlags);
static CPluginMimeFilterClient* s_mimeFilter;
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')

Powered by Google App Engine
This is Rietveld