mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 14:29:20 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -10,7 +10,7 @@ namespace NetworkUDP
|
||||
Socket *UDPSocket;
|
||||
uint16_t Port;
|
||||
};
|
||||
Vector<EventInfo> RegisteredEvents;
|
||||
std::vector<EventInfo> RegisteredEvents;
|
||||
|
||||
UDPEvents::UDPEvents() {}
|
||||
|
||||
|
Reference in New Issue
Block a user