aboutsummaryrefslogtreecommitdiffstats
path: root/include/usrp_uhd/usrp/usrp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/usrp_uhd/usrp/usrp.hpp')
-rw-r--r--include/usrp_uhd/usrp/usrp.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usrp_uhd/usrp/usrp.hpp b/include/usrp_uhd/usrp/usrp.hpp
index a8cd1dc7c..a8a052b52 100644
--- a/include/usrp_uhd/usrp/usrp.hpp
+++ b/include/usrp_uhd/usrp/usrp.hpp
@@ -39,8 +39,8 @@ public:
void recv_raw(const recv_args_t &);
private:
- void get(const wax::type &, wax::type &);
- void set(const wax::type &, const wax::type &);
+ void get(const wax::obj &, wax::obj &);
+ void set(const wax::obj &, const wax::obj &);
std::map<std::string, mboard::base::sptr> _mboards;
boost::function<void(const device::send_args_t &)> _send_raw_cb;