aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCJSON.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/basetypes/MCJSON.h')
-rw-r--r--src/core/basetypes/MCJSON.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/basetypes/MCJSON.h b/src/core/basetypes/MCJSON.h
index 4999d0fd..f000dc2d 100644
--- a/src/core/basetypes/MCJSON.h
+++ b/src/core/basetypes/MCJSON.h
@@ -23,8 +23,7 @@ namespace mailcore {
class Null;
- MAILCORE_EXPORT
- class JSON {
+ class MAILCORE_EXPORT JSON {
public:
static String * objectToJSONString(Object * object);
static Data * objectToJSONData(Object * object);