mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Core/Utils: build fix
This commit is contained in:
@@ -329,10 +329,10 @@ TC_COMMON_API bool StringToBool(std::string const& str);
|
||||
template <typename T>
|
||||
class HookList final
|
||||
{
|
||||
typedef std::vector<T> ContainerType;
|
||||
|
||||
private:
|
||||
typename ContainerType _container;
|
||||
typedef std::vector<T> ContainerType;
|
||||
|
||||
ContainerType _container;
|
||||
|
||||
public:
|
||||
typedef typename ContainerType::iterator iterator;
|
||||
|
||||
Reference in New Issue
Block a user