diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-09-03 14:07:25 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-09-03 14:36:28 +0200 |
| commit | e9c8e851eedeabe82878ef9d41042731c4d17e6d (patch) | |
| tree | a71f138b716e7969bbb924130d7c5e334d9c3104 /kapi | |
| parent | df6db4a91c6c0950f1d5985dd5bb9a035609cac4 (diff) | |
| download | kernel-e9c8e851eedeabe82878ef9d41042731c4d17e6d.tar.xz kernel-e9c8e851eedeabe82878ef9d41042731c4d17e6d.zip | |
chore: add missing explicit specifiers
Diffstat (limited to 'kapi')
| -rw-r--r-- | kapi/kapi/devices/bus.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. //! |
