X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_callerid.cpp;h=efbf1a81b690609b9277030cde7eb242e42c4a89;hb=3ccf0065d43db80f31c6404aeac4d65551481508;hp=add1d929e030744d0f7346719ec4c07a5d64251f;hpb=bd6ca75281a84d42b8643a805ebdff82b020419e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index add1d929e..efbf1a81b 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -37,7 +37,7 @@ enum class callerid_data { public: - typedef std::set UserSet; + typedef insp::flat_set UserSet; typedef std::vector CallerIdDataSet; time_t lastnotify;