mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Remove ArrayIterator::internal() and ObjectIterator::internal()
This commit is contained in:
@@ -176,7 +176,7 @@ class ObjectRef : public ObjectRefBase<CollectionData>,
|
||||
FORCE_INLINE void remove(iterator it) const {
|
||||
if (!_data)
|
||||
return;
|
||||
_data->removeSlot(it.internal());
|
||||
_data->removeSlot(it._slot);
|
||||
}
|
||||
|
||||
// remove(const std::string&) const
|
||||
|
||||
Reference in New Issue
Block a user