mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +02:00
Fix a Clang-Tidy warning
This commit is contained in:
@ -29,7 +29,7 @@ class JsonVariantConst : public detail::VariantTag,
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
// Creates an unbound reference.
|
// Creates an unbound reference.
|
||||||
JsonVariantConst() : data_(0) {}
|
JsonVariantConst() : data_(nullptr), resources_(nullptr) {}
|
||||||
|
|
||||||
// INTERNAL USE ONLY
|
// INTERNAL USE ONLY
|
||||||
explicit JsonVariantConst(const detail::VariantData* data,
|
explicit JsonVariantConst(const detail::VariantData* data,
|
||||||
|
Reference in New Issue
Block a user