From e9c8e851eedeabe82878ef9d41042731c4d17e6d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 3 Sep 2026 14:07:25 +0200 Subject: chore: add missing explicit specifiers --- kapi/kapi/devices/bus.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kapi') diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index dc46dc3a..aaca462a 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -28,7 +28,7 @@ namespace kapi::devices //! Construct a bus with the given name. //! //! @param name The name of the bus. - bus(kstd::string const & name); + explicit bus(kstd::string const & name); //! Construct a bus with the given name and protocol. //! -- cgit v1.2.3