diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/log.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/log.hpp b/host/include/uhd/utils/log.hpp index a1cd5c96d..f57ea3451 100644 --- a/host/include/uhd/utils/log.hpp +++ b/host/include/uhd/utils/log.hpp @@ -265,7 +265,7 @@ namespace uhd { namespace uhd{ namespace _log { //! Fastpath logging - void UHD_API log_fastpath(const std::string &msg); + void UHD_API log_fastpath(const std::string &); //! Internal logging object (called by UHD_LOG* macros) class UHD_API log { |