event/IdleEvent: use `auto`
This commit is contained in:
parent
442dd5e955
commit
b5750afb24
|
@ -60,7 +60,7 @@ public:
|
|||
Cancel();
|
||||
}
|
||||
|
||||
EventLoop &GetEventLoop() const noexcept {
|
||||
auto &GetEventLoop() const noexcept {
|
||||
return loop;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue