Tidying
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Bloom::Events
|
||||
public:
|
||||
explicit InsightThreadStateChanged(ThreadState state): state(state) {};
|
||||
|
||||
static inline EventType type = EventType::INSIGHT_THREAD_STATE_CHANGED;
|
||||
static constexpr EventType type = EventType::INSIGHT_THREAD_STATE_CHANGED;
|
||||
static inline const std::string name = "InsightThreadStateChanged";
|
||||
|
||||
[[nodiscard]] EventType getType() const override {
|
||||
|
||||
Reference in New Issue
Block a user