diff options
Diffstat (limited to 'host/lib/convert')
| -rw-r--r-- | host/lib/convert/convert_impl.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp index caab3929e..329e94a4d 100644 --- a/host/lib/convert/convert_impl.cpp +++ b/host/lib/convert/convert_impl.cpp @@ -27,6 +27,10 @@  using namespace uhd; +convert::converter::~converter(void){ +    /* NOP */ +} +  bool convert::operator==(const convert::id_type &lhs, const convert::id_type &rhs){      return true          and (lhs.input_format  == rhs.input_format) | 
