X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..f88b8e1e0e34f1e25e86468ca271a89af4872eab:/stargazer/corps_impl.h diff --git a/stargazer/corps_impl.h b/stargazer/corps_impl.h index 3765c5c1..aa1b3327 100644 --- a/stargazer/corps_impl.h +++ b/stargazer/corps_impl.h @@ -28,7 +28,7 @@ #include "stg/noncopyable.h" #include "stg/logger.h" -#include +#include #include #include @@ -58,12 +58,12 @@ private: CORPORATIONS_IMPL(const CORPORATIONS_IMPL & rvalue); CORPORATIONS_IMPL & operator=(const CORPORATIONS_IMPL & rvalue); - typedef std::list::iterator crp_iter; - typedef std::list::const_iterator const_crp_iter; + typedef std::vector::iterator crp_iter; + typedef std::vector::const_iterator const_crp_iter; bool Read(); - std::list data; + std::vector data; STORE * store; STG_LOGGER & WriteServLog; mutable std::map searchDescriptors;