mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 12:59:18 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
namespace NetworkInterfaceManager
|
||||
{
|
||||
Vector<Events *> RegisteredEvents;
|
||||
std::vector<Events *> RegisteredEvents;
|
||||
|
||||
NetworkInterface::NetworkInterface()
|
||||
{
|
||||
|
Reference in New Issue
Block a user