From 98347089c7e4e2b306d25a0db77e00aa2ea50882 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 18 Mar 2024 20:01:38 +0100 Subject: unstable, secret: Very important changes done to the system API, add threading functions. Signed-off-by: Amlal El Mahrouss --- Private/Source/Network/NetworkDevice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/Source/Network') diff --git a/Private/Source/Network/NetworkDevice.cxx b/Private/Source/Network/NetworkDevice.cxx index eba95a2c..f43ef335 100644 --- a/Private/Source/Network/NetworkDevice.cxx +++ b/Private/Source/Network/NetworkDevice.cxx @@ -7,5 +7,5 @@ #include namespace HCore { - +const char *NetworkDevice::Name() const { return "NetworkDevice"; } } // namespace HCore -- cgit v1.2.3