summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/dispatcher.cc')
-rw-r--r--mojo/edk/system/dispatcher.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mojo/edk/system/dispatcher.cc b/mojo/edk/system/dispatcher.cc
index d475ef6..8a2e15e 100644
--- a/mojo/edk/system/dispatcher.cc
+++ b/mojo/edk/system/dispatcher.cc
@@ -17,6 +17,9 @@ namespace edk {
Dispatcher::DispatcherInTransit::DispatcherInTransit() {}
+Dispatcher::DispatcherInTransit::DispatcherInTransit(
+ const DispatcherInTransit& other) = default;
+
Dispatcher::DispatcherInTransit::~DispatcherInTransit() {}
MojoResult Dispatcher::WriteMessage(const void* bytes,