Commit fd8e38f8 authored by Max Kellermann's avatar Max Kellermann

event/DeferEvent: use `using` instead of `typedef`

parent e86d4db5
...@@ -38,7 +38,7 @@ class DeferEvent final ...@@ -38,7 +38,7 @@ class DeferEvent final
EventLoop &loop; EventLoop &loop;
typedef BoundMethod<void() noexcept> Callback; using Callback = BoundMethod<void() noexcept>;
const Callback callback; const Callback callback;
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment