aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/logging/LoggerRegistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/logging/LoggerRegistry.h')
-rw-r--r--arm_compute/core/utils/logging/LoggerRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/utils/logging/LoggerRegistry.h b/arm_compute/core/utils/logging/LoggerRegistry.h
index c841020c22..0e223ff663 100644
--- a/arm_compute/core/utils/logging/LoggerRegistry.h
+++ b/arm_compute/core/utils/logging/LoggerRegistry.h
@@ -55,7 +55,7 @@ public:
* @param[in] printers Printers to attach to the system loggers. Defaults with a @ref StdPrinter.
*/
void create_logger(const std::string &name, LogLevel log_level = LogLevel::INFO,
- std::vector<std::shared_ptr<Printer>> printers = { std::make_shared<StdPrinter>() });
+ const std::vector<std::shared_ptr<Printer>> &printers = { std::make_shared<StdPrinter>() });
/** Remove a logger
*
* @param name Logger's name