This commit is contained in:
Nav
2022-07-16 19:12:45 +01:00
parent 34993f1733
commit c7cd88e198
7 changed files with 17 additions and 15 deletions

View File

@@ -26,8 +26,5 @@ namespace Bloom::Events
template <class EventType>
using SharedEventPointer = std::shared_ptr<const EventType>;
template <class EventType>
using SharedEventPointerNonConst = std::shared_ptr<EventType>;
using SharedGenericEventPointer = SharedEventPointer<Event>;
}