X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fstl_binary_writer_test.cc;h=94e3b0901c73bdf37f4fd7e0aa26d7e63e077975;hb=fa12ed65527770e2adf300e39526dd0b36fce8c7;hp=f77cba5d3d8afa894ed27604c631cf57bed83ab9;hpb=95dc81ecbc031b6ffaee2053884115de4ee4b393;p=libsub.git diff --git a/test/stl_binary_writer_test.cc b/test/stl_binary_writer_test.cc index f77cba5..94e3b09 100644 --- a/test/stl_binary_writer_test.cc +++ b/test/stl_binary_writer_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,12 +21,12 @@ #include "subtitle.h" #include -using std::list; +using std::vector; /** Test writing of a binary STL file */ BOOST_AUTO_TEST_CASE (stl_binary_writer_test) { - list subs; + vector subs; { sub::Subtitle s;