aboutsummaryrefslogtreecommitdiff
path: root/kapi
diff options
context:
space:
mode:
Diffstat (limited to 'kapi')
-rw-r--r--kapi/kapi/boot_modules.hpp2
1 files changed, 1 insertions, 1 deletions
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