mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Fixed template instantiation warning (issue #35)
This commit is contained in:
@@ -31,5 +31,5 @@ void List<T>::removeNode(node_type *nodeToRemove) {
|
||||
}
|
||||
}
|
||||
|
||||
template class List<JsonPair>;
|
||||
template class List<JsonVariant>;
|
||||
template class ArduinoJson::Internals::List<JsonPair>;
|
||||
template class ArduinoJson::Internals::List<JsonVariant>;
|
||||
|
||||
Reference in New Issue
Block a user