From 4175d475a610d2ed581116a960a77df4efe6890d Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 30 May 2015 19:52:45 +0000 Subject: Dropbox: - fixed contact creation after auth - more correct way to release response object - version bumb git-svn-id: http://svn.miranda-ng.org/main/trunk@13910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Dropbox/src/dropbox.h') diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 74b156c864..8cad46c4ea 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -7,6 +7,8 @@ enum CMI_MAX // this item shall be the last one }; +#define JSONNULL JSONNode(JSON_NULL) + class CDropbox : public MZeroedObject { friend CDropboxOptionsMain; -- cgit v1.2.3