mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -11,7 +11,7 @@ namespace NetworkEthernet
|
||||
uint16_t Type;
|
||||
};
|
||||
|
||||
Vector<EthernetEventHelperStruct> RegisteredEvents;
|
||||
std::vector<EthernetEventHelperStruct> RegisteredEvents;
|
||||
|
||||
Ethernet::Ethernet(NetworkInterfaceManager::DeviceInterface *Interface) : NetworkInterfaceManager::Events(Interface)
|
||||
{
|
||||
|
Reference in New Issue
Block a user