summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-09 09:23:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-09 09:23:57 +0000
commit0a0e832a165ac0e5e6beeb6f5cd083e797699af9 (patch)
tree761b8ec4c34b05b7129cf3c2b5caccf5fb60a67f /plugins
parent7e28b5e194f17e5b29d9404a8966621e92f9c54c (diff)
- NewsAggregator: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/NewsAggregator/Src/Common.h2
-rw-r--r--plugins/NewsAggregator/Src/Services.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h
index 9eaa4adafd..e450ecc301 100644
--- a/plugins/NewsAggregator/Src/Common.h
+++ b/plugins/NewsAggregator/Src/Common.h
@@ -110,7 +110,7 @@ INT_PTR ImportFeeds(WPARAM wParam, LPARAM lParam);
INT_PTR ExportFeeds(WPARAM wParam, LPARAM lParam);
INT_PTR CheckFeed(WPARAM wParam, LPARAM lParam);
INT_PTR EnableDisable(WPARAM wParam, LPARAM lParam);
-INT_PTR OnToolbarLoaded(WPARAM wParam, LPARAM lParam);
+int OnToolbarLoaded(WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcAddFeedOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcChangeFeedOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcChangeFeedMenu(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp
index 21705031da..33a9e8febf 100644
--- a/plugins/NewsAggregator/Src/Services.cpp
+++ b/plugins/NewsAggregator/Src/Services.cpp
@@ -272,7 +272,7 @@ INT_PTR EnableDisable(WPARAM wParam, LPARAM lParam)
return 0;
}
-INT_PTR OnToolbarLoaded(WPARAM wParam, LPARAM lParam)
+int OnToolbarLoaded(WPARAM wParam, LPARAM lParam)
{
TTBButton tbb = {0};
tbb.cbSize = sizeof(TTBButton);