Fixed template instantiation warning (issue #35)

This commit is contained in:
Benoit Blanchon
2014-12-09 20:35:01 +01:00
parent 85ebc8a1ec
commit 8082185ac4
2 changed files with 9 additions and 4 deletions

View File

@ -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>;