diff options
| -rw-r--r-- | host/include/uhd/utils/log.hpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/host/include/uhd/utils/log.hpp b/host/include/uhd/utils/log.hpp index 68c279036..a7814342c 100644 --- a/host/include/uhd/utils/log.hpp +++ b/host/include/uhd/utils/log.hpp @@ -157,8 +157,7 @@ namespace uhd {           * Every logging_backend has to define a function with this signature.           * Can be added to the logging core.           */ -        using log_fn_t = std::function<void(const uhd::log::logging_info&)>; - +        typedef std::function<void(const uhd::log::logging_info&)> log_fn_t ;          /*! Set the global log level           *  | 
