mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Made JsonDocument's destructor protected (fixes #1480)
This commit is contained in:
		| @@ -310,6 +310,8 @@ class JsonDocument : public Visitable { | ||||
|     _data.setNull(); | ||||
|   } | ||||
|  | ||||
|   ~JsonDocument() {} | ||||
|  | ||||
|   void replacePool(MemoryPool pool) { | ||||
|     _pool = pool; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user