aboutsummaryrefslogtreecommitdiffstats
path: root/host/test/gain_handler_test.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-05 18:11:32 -0700
committerJosh Blum <josh@joshknows.com>2010-04-05 18:11:32 -0700
commited5cb33eb402c5d34c330d1b9dcb99658c628a72 (patch)
treebb0a96351c4ce770b5f468558c1b8ff056f05e8e /host/test/gain_handler_test.cpp
parent57f1f769e5e5bb07a5385955eee9390d0e1de908 (diff)
downloaduhd-ed5cb33eb402c5d34c330d1b9dcb99658c628a72.tar.gz
uhd-ed5cb33eb402c5d34c330d1b9dcb99658c628a72.tar.bz2
uhd-ed5cb33eb402c5d34c330d1b9dcb99658c628a72.zip
renamed dict get key and value methods
Diffstat (limited to 'host/test/gain_handler_test.cpp')
-rw-r--r--host/test/gain_handler_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/test/gain_handler_test.cpp b/host/test/gain_handler_test.cpp
index 72d26e1c2..bf2ec5db7 100644
--- a/host/test/gain_handler_test.cpp
+++ b/host/test/gain_handler_test.cpp
@@ -70,7 +70,7 @@ private:
return;
case PROP_GAIN_NAMES:
- val = _gain_values.get_keys();
+ val = _gain_values.keys();
return;
}
}