summaryrefslogtreecommitdiffstats
path: root/src/qjsonwriter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qjsonwriter_p.h')
-rw-r--r--src/qjsonwriter_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qjsonwriter_p.h b/src/qjsonwriter_p.h
index 6d75f73..1098716 100644
--- a/src/qjsonwriter_p.h
+++ b/src/qjsonwriter_p.h
@@ -51,6 +51,7 @@
//
// We mean it.
//
+#include <qjsonglobal.h>
namespace QtJson
{
@@ -58,8 +59,8 @@ namespace QtJson
class QJsonWriter
{
public:
- static void objectToJson(const Object *o, QByteArray &json, int indent);
- static void arrayToJson(const Array *a, QByteArray &json, int indent);
+ static void objectToJson(const Private::Object *o, QByteArray &json, int indent);
+ static void arrayToJson(const Private::Array *a, QByteArray &json, int indent);
};
}