From 1c9aea4e15d7e68be56529b78050910ca73b8d0e Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Thu, 21 Apr 2016 12:39:23 -0500 Subject: remove unnecessary 'explicit' from soft_register constructors --- host/include/uhd/utils/soft_register.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/include/uhd/utils/soft_register.hpp b/host/include/uhd/utils/soft_register.hpp index a6184bbb9..09a69fce2 100644 --- a/host/include/uhd/utils/soft_register.hpp +++ b/host/include/uhd/utils/soft_register.hpp @@ -150,7 +150,7 @@ public: /*! * Generic constructor for all soft_register types */ - explicit soft_register_t( + soft_register_t( wb_iface::wb_addr_type wr_addr, wb_iface::wb_addr_type rd_addr, soft_reg_flush_mode_t mode = ALWAYS_FLUSH): @@ -308,7 +308,7 @@ class UHD_API soft_register_sync_t : public soft_register_t > sptr; - explicit soft_register_sync_t( + soft_register_sync_t( wb_iface::wb_addr_type wr_addr, wb_iface::wb_addr_type rd_addr, soft_reg_flush_mode_t mode = ALWAYS_FLUSH): -- cgit v1.2.3