From df549fb7a3ed3ff9d675da6a90595c78bed7a1f8 Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Sun, 10 May 2026 13:20:47 +0200 Subject: return const boot_module_registry reference --- kapi/kapi/boot_modules.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kapi') diff --git a/kapi/kapi/boot_modules.hpp b/kapi/kapi/boot_modules.hpp index 026479d..2a88f74 100644 --- a/kapi/kapi/boot_modules.hpp +++ b/kapi/kapi/boot_modules.hpp @@ -25,7 +25,7 @@ namespace kapi::boot_modules //! Get the boot module registry. //! //! @returns The boot module registry. - auto get_boot_module_registry() -> boot_module_registry &; + auto get_boot_module_registry() -> boot_module_registry const &; } // namespace kapi::boot_modules #endif \ No newline at end of file -- cgit v1.2.3