diff options
Diffstat (limited to 'host/lib/device.cpp')
-rw-r--r-- | host/lib/device.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/device.cpp b/host/lib/device.cpp index bd7bf5637..453781510 100644 --- a/host/lib/device.cpp +++ b/host/lib/device.cpp @@ -71,6 +71,10 @@ void device::register_device( get_dev_fcn_regs().push_back(dev_fcn_reg_t(find, make, filter)); } +device::~device(void){ + /* NOP */ +} + /*********************************************************************** * Discover **********************************************************************/ |