Util: Add Parser and Serializer to Value friends

This commit is contained in:
Riyyi
2022-07-12 12:07:49 +02:00
parent ad137576a8
commit b76223693b
3 changed files with 12 additions and 10 deletions
+2
View File
@@ -25,6 +25,8 @@ class Object;
class Value {
private:
friend Detail::jsonConstructor;
friend class Parser;
friend class Serializer;
public:
enum class Type {