diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-05 18:11:32 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-05 18:11:32 -0700 |
commit | ed5cb33eb402c5d34c330d1b9dcb99658c628a72 (patch) | |
tree | bb0a96351c4ce770b5f468558c1b8ff056f05e8e /host/test/gain_handler_test.cpp | |
parent | 57f1f769e5e5bb07a5385955eee9390d0e1de908 (diff) | |
download | uhd-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.cpp | 2 |
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; } } |