diff options
Diffstat (limited to 'src/remote.cc')
| -rw-r--r-- | src/remote.cc | 2 |
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) |
