diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-13 18:17:16 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-13 18:17:16 +0000 |
commit | d333cb91eb0fb51faf34772258a5084e95f047d8 (patch) | |
tree | acc62fd676325289711ab054682cb84ea0c7f29e /plugins/Dropbox/src/main.cpp | |
parent | ac60e6cd374568da60bf732a8018f94d48ee9dd7 (diff) |
Dropbox: added wrappers for instance's services and hooks
git-svn-id: http://svn.miranda-ng.org/main/trunk@13573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/main.cpp')
-rw-r--r-- | plugins/Dropbox/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/main.cpp b/plugins/Dropbox/src/main.cpp index 632464ce33..ebd39e61bb 100644 --- a/plugins/Dropbox/src/main.cpp +++ b/plugins/Dropbox/src/main.cpp @@ -41,6 +41,7 @@ extern "C" int __declspec(dllexport) Load(void) InitializeIcons();
dropbox = new CDropbox();
+
return 0;
}
|