summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-16 21:10:03 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-16 21:10:03 +0300
commit8c316d216807ca02e86050e29752ac3940a11c7a (patch)
tree53ba6284ac017a842e13bdb3820b740b5007b39e /plugins/Dropbox/src/dropbox.h
parent4eb749780954e748b365818b9678ad8894e373db (diff)
Dropbox: fix for the toolbar button creation
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r--plugins/Dropbox/src/dropbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h
index 577bd190fc..b6dcb340e6 100644
--- a/plugins/Dropbox/src/dropbox.h
+++ b/plugins/Dropbox/src/dropbox.h
@@ -41,6 +41,7 @@ private:
// hooks
static int OnProtoAck(WPARAM wParam, LPARAM lParam);
+ int OnToolbarLoaded(WPARAM wParam, LPARAM lParam);
int OnModulesLoaded(WPARAM wParam, LPARAM lParam);
int OnContactDeleted(WPARAM wParam, LPARAM lParam);
int OnOptionsInitialized(WPARAM wParam, LPARAM lParam);