1
0
forked from metin2/server

Made code compatible with clang, ignored test dir in the IDE.

This commit is contained in:
2022-11-27 01:06:00 +02:00
parent ecf8b71218
commit c8abacafaf
2 changed files with 6 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class SECTREE
template <class _Func> LPENTITY find_if (_Func & func) const
{
LPSECTREE_LIST::iterator it_tree = m_neighbor_list.begin();
auto it_tree = m_neighbor_list.begin();
while (it_tree != m_neighbor_list.end())
{