Skip to content

Use a std::vector instead of a std::list in hypertextparser.cpp

jvoisin requested to merge jvoisin/openmw:list2vect into master

Since the size is known at declaration time, no need to use a std::list

Merge request reports