summaryrefslogtreecommitdiff
path: root/Kernel/Panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Panic.h')
-rw-r--r--Kernel/Panic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Panic.h b/Kernel/Panic.h
index 96f5034b8d..152a41db55 100644
--- a/Kernel/Panic.h
+++ b/Kernel/Panic.h
@@ -8,7 +8,7 @@
namespace Kernel {
-[[noreturn]] void __panic(const char* file, unsigned int line, const char* function);
+[[noreturn]] void __panic(char const* file, unsigned int line, char const* function);
#define PANIC(...) \
do { \