diff options
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r-- | Kernel/Process.h | 2 |
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: |