From 221909b36b2a08a5817e75a3d13ebfe56716c7da Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 20 May 2010 17:08:53 -0700 Subject: use only procfs /proc/partitions for discovering raw devices on linux --- host/include/uhd/types/dict.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/types/dict.hpp b/host/include/uhd/types/dict.hpp index b5fb11120..50a2b5c3b 100644 --- a/host/include/uhd/types/dict.hpp +++ b/host/include/uhd/types/dict.hpp @@ -46,7 +46,7 @@ namespace uhd{ * \param first the begin iterator * \param last the end iterator */ - template + template dict(InputIterator first, InputIterator last){ for(InputIterator it = first; it != last; it++){ _map.push_back(*it); -- cgit v1.2.3