forked from bblanchon/ArduinoJson
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