summaryrefslogtreecommitdiff
path: root/Kernel/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r--Kernel/Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Process.h b/Kernel/Process.h
index 819a7a7f21..2f40982850 100644
--- a/Kernel/Process.h
+++ b/Kernel/Process.h
@@ -576,7 +576,7 @@ private:
OwnPtr<ThreadTracer> m_tracer;
- static const int m_max_open_file_descriptors { FD_SETSIZE };
+ static constexpr int m_max_open_file_descriptors { FD_SETSIZE };
class FileDescriptionAndFlags {
public: