Tidying
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user