From 911d47176f608c8878ddada636a7eea98f0dc87c Mon Sep 17 00:00:00 2001 From: Wolftein Date: Fri, 16 Feb 2024 22:36:11 -0300 Subject: [PATCH] Update COM_Client.hpp --- Source/Private/Network/COM_Client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Private/Network/COM_Client.hpp b/Source/Private/Network/COM_Client.hpp index a9a36b9..08a8a1f 100644 --- a/Source/Private/Network/COM_Client.hpp +++ b/Source/Private/Network/COM_Client.hpp @@ -40,7 +40,7 @@ inline namespace COM HRESULT Flush(); - HRESULT GetStatistics([out] Network_Statistics * Result); + HRESULT GetStatistics([out, retval] Network_Statistics * Result); }; // -=(Undocumented)=-