diff --git a/Source/Engine/Platform/Types.h b/Source/Engine/Platform/Types.h index f90be1129..e7ec0308c 100644 --- a/Source/Engine/Platform/Types.h +++ b/Source/Engine/Platform/Types.h @@ -45,8 +45,8 @@ class Win32Thread; typedef Win32Thread Thread; class UWPWindow; typedef UWPWindow Window; -class NetworkBase; -typedef NetworkBase Network; +class Win32Network; +typedef Win32Network Network; #elif PLATFORM_LINUX