summaryrefslogtreecommitdiff
path: root/src/remote.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote.cc')
-rw-r--r--src/remote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.cc b/src/remote.cc
index 27394347..021e1edf 100644
--- a/src/remote.cc
+++ b/src/remote.cc
@@ -580,7 +580,7 @@ private:
{
if (not m_buffer.empty()) try
{
- Context context{};
+ Context context{Context::EmptyContextFlag{}};
CommandManager::instance().execute(m_buffer, context);
}
catch (runtime_error& e)