event/IdleEvent: use auto
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
Cancel();
|
||||
}
|
||||
|
||||
EventLoop &GetEventLoop() const noexcept {
|
||||
auto &GetEventLoop() const noexcept {
|
||||
return loop;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user