mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
link() takes a JsonVariantConst
This commit is contained in:
@@ -212,7 +212,7 @@ class VariantData {
|
||||
setType(VALUE_IS_NULL);
|
||||
}
|
||||
|
||||
void setPointer(VariantData *value) {
|
||||
void setPointer(const VariantData *value) {
|
||||
setType(VALUE_IS_POINTER);
|
||||
_content.asPointer = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user