Browse Source

Forward declare Context in JSONValue.h

SirNate0 3 years ago
parent
commit
6487688cb3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Urho3D/Resource/JSONValue.h

+ 1 - 0
Source/Urho3D/Resource/JSONValue.h

@@ -40,6 +40,7 @@ enum JSONNumberType
     JSONNT_FLOAT_DOUBLE
     JSONNT_FLOAT_DOUBLE
 };
 };
 
 
+class Context;
 class JSONValue;
 class JSONValue;
 
 
 /// JSON array type.
 /// JSON array type.