diff options
Diffstat (limited to 'Kernel/NetworkKit')
| -rw-r--r-- | Kernel/NetworkKit/NetworkDevice.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp index 4ea98e4f..9b251c2e 100644 --- a/Kernel/NetworkKit/NetworkDevice.hpp +++ b/Kernel/NetworkKit/NetworkDevice.hpp @@ -38,7 +38,7 @@ namespace NewOS Boolean Name(const char* strView); private: - constexpr auto cNetworkNameLen = 512; + static constexpr auto cNetworkNameLen = 512; Void (*fCleanup)(void); Char fNetworkName[cNetworkNameLen]; |
