From 654c5b06c086ce8b13a5be07e680004c96da8501 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Wed, 13 Aug 2014 08:44:31 -0700 Subject: Added missing pure virtual destructors to base classes --- host/lib/device.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/lib/device.cpp') 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 **********************************************************************/ -- cgit v1.2.3