diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index e4c36860..f26301c0 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -219,7 +219,7 @@ public: return; } - std::string buf; + std::vector buf; for (auto& child : children) { if (child.type != HTTPRepository::FileType)