diff options
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
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;
|