diff options
Diffstat (limited to 'mojo/edk/system/handle_table.cc')
-rw-r--r-- | mojo/edk/system/handle_table.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/edk/system/handle_table.cc b/mojo/edk/system/handle_table.cc index 7aeca64..e41817d 100644 --- a/mojo/edk/system/handle_table.cc +++ b/mojo/edk/system/handle_table.cc @@ -126,6 +126,8 @@ HandleTable::Entry::Entry() {} HandleTable::Entry::Entry(scoped_refptr<Dispatcher> dispatcher) : dispatcher(dispatcher) {} +HandleTable::Entry::Entry(const Entry& other) = default; + HandleTable::Entry::~Entry() {} } // namespace edk |