aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/GlobalEvents.cxx')
-rw-r--r--src/GlobalEvents.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GlobalEvents.cxx b/src/GlobalEvents.cxx
index ed7697b1a..b587f1ff7 100644
--- a/src/GlobalEvents.cxx
+++ b/src/GlobalEvents.cxx
@@ -37,7 +37,7 @@ namespace GlobalEvents {
Monitor(EventLoop &_loop):DeferredMonitor(_loop) {}
protected:
- virtual void Run() override;
+ virtual void RunDeferred() override;
};
static Manual<Monitor> monitor;
@@ -59,7 +59,7 @@ InvokeGlobalEvent(GlobalEvents::Event event)
}
void
-GlobalEvents::Monitor::Run()
+GlobalEvents::Monitor::RunDeferred()
{
const unsigned f = flags.exchange(0);