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

Unified Diff: src/plugin/AdblockPlusClient.cpp

Issue 11557015: Tooltip notification. Check for update fixes. (Closed)
Patch Set: More and more comments addressing Created Sept. 25, 2013, 12:31 p.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/NotificationMessage.h » ('j') | src/plugin/NotificationMessage.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlusClient.cpp
===================================================================
--- a/src/plugin/AdblockPlusClient.cpp
+++ b/src/plugin/AdblockPlusClient.cpp
@@ -479,7 +479,7 @@
void CAdblockPlusClient::CheckForUpdates(HWND callbackWindow)
{
Communication::OutputBuffer request;
- request << Communication::PROC_CHECK_FOR_UPDATES << (int32_t)(callbackWindow);
+ request << Communication::PROC_CHECK_FOR_UPDATES << reinterpret_cast<int32_t>(callbackWindow);
CallEngine(request);
}
« no previous file with comments | « no previous file | src/plugin/NotificationMessage.h » ('j') | src/plugin/NotificationMessage.cpp » ('J')

Powered by Google App Engine
This is Rietveld