summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/wait_set_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/wait_set_dispatcher.h')
-rw-r--r--mojo/edk/system/wait_set_dispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/edk/system/wait_set_dispatcher.h b/mojo/edk/system/wait_set_dispatcher.h
index 11e82cd..5bf457f 100644
--- a/mojo/edk/system/wait_set_dispatcher.h
+++ b/mojo/edk/system/wait_set_dispatcher.h
@@ -52,6 +52,7 @@ class MOJO_SYSTEM_IMPL_EXPORT WaitSetDispatcher : public Dispatcher {
struct WaitState {
WaitState();
+ WaitState(const WaitState& other);
~WaitState();
scoped_refptr<Dispatcher> dispatcher;