aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-11-14 22:20:23 -0800
committerJosh Blum <josh@joshknows.com>2011-11-14 22:20:23 -0800
commit5efb340050f457d7743a80b350c366b27c05fd61 (patch)
treeb22a5697e853fd369ff999e2c74fb6f7d937aa14 /host/lib/convert/convert_impl.cpp
parent3738641290f6cbff8fae2c2a4d10ba48469c17eb (diff)
parentaed619727e47bf2353164ac1788a6e3479b2fe16 (diff)
downloaduhd-5efb340050f457d7743a80b350c366b27c05fd61.tar.gz
uhd-5efb340050f457d7743a80b350c366b27c05fd61.tar.bz2
uhd-5efb340050f457d7743a80b350c366b27c05fd61.zip
Merge branch 'convert_work'
Diffstat (limited to 'host/lib/convert/convert_impl.cpp')
-rw-r--r--host/lib/convert/convert_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp
index f05be6ada..12ad54486 100644
--- a/host/lib/convert/convert_impl.cpp
+++ b/host/lib/convert/convert_impl.cpp
@@ -69,8 +69,8 @@ UHD_SINGLETON_FCN(fcn_table_type, get_table);
**********************************************************************/
void uhd::convert::register_converter(
const id_type &id,
- function_type fcn,
- priority_type prio
+ const function_type &fcn,
+ const priority_type prio
){
//get a reference to the function table
fcn_table_type &table = get_table();