mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 15:15:21 +08:00
Brutally replace all reinterpret_casts with static_casts
This commit is contained in:
@@ -54,7 +54,7 @@ static
|
||||
void
|
||||
interrupt(Arch::ESignal, void* data)
|
||||
{
|
||||
EventQueue* events = reinterpret_cast<EventQueue*>(data);
|
||||
EventQueue* events = static_cast<EventQueue*>(data);
|
||||
events->addEvent(Event(Event::kQuit));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user