diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-17 18:47:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-17 18:47:56 +0000 |
commit | 5a4b552c804aea6514cafad1bdc837c4a798f55b (patch) | |
tree | 5eb9abe62eb322884c88da3d997d4edf65fb6c5f /plugins/FloatingContacts/src/filedrop.h | |
parent | 87cf440e889e5dbaa1a85be9e7b2560aa636ac1d (diff) |
- explicit windows destruction on exit;
- code cleaning
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6114 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/src/filedrop.h')
-rw-r--r-- | plugins/FloatingContacts/src/filedrop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/src/filedrop.h b/plugins/FloatingContacts/src/filedrop.h index b5c7f803aa..7627ab5325 100644 --- a/plugins/FloatingContacts/src/filedrop.h +++ b/plugins/FloatingContacts/src/filedrop.h @@ -1,7 +1,7 @@ /* This file is a modification of clcfiledrop.h originally
written by Richard Hughes*/
-static HWND hwndCurDrag = NULL;
+static HWND hwndCurDrag = NULL;
class CDropTarget: public IDropTarget
{
|