From 85a7d5ce9ac68b30da2277cc91d4b70358f1880d Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 19 Jun 2017 23:20:06 -0300 Subject: Core: ported headers cleanup from master branch --- src/common/Utilities/EventProcessor.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/common/Utilities/EventProcessor.h') diff --git a/src/common/Utilities/EventProcessor.h b/src/common/Utilities/EventProcessor.h index 2f65957581c..9a356b0e3f5 100644 --- a/src/common/Utilities/EventProcessor.h +++ b/src/common/Utilities/EventProcessor.h @@ -68,8 +68,6 @@ class TC_COMMON_API BasicEvent uint64 m_execTime; // planned time of next execution, filled by event handler }; -typedef std::multimap EventList; - class TC_COMMON_API EventProcessor { public: @@ -84,7 +82,7 @@ class TC_COMMON_API EventProcessor protected: uint64 m_time; - EventList m_events; + std::multimap m_events; }; #endif -- cgit v1.2.3