aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/include/uhd/types/dict.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/types/dict.ipp b/host/include/uhd/types/dict.ipp
index 4aab5de45..ba05d5272 100644
--- a/host/include/uhd/types/dict.ipp
+++ b/host/include/uhd/types/dict.ipp
@@ -28,7 +28,7 @@ namespace uhd{
namespace /*anon*/{
template<typename Key, typename Val>
- struct UHD_API key_not_found: std::out_of_range{
+ struct key_not_found: std::out_of_range{
key_not_found(const Key &key): std::out_of_range(
str(boost::format(
"key \"%s\" not found in dict(%s, %s)"