From 6c7f263810a561619da05fa038a4319f7f0df106 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:12:50 +0300 Subject: [PATCH] thanks visual studio, dubious in so many ways! --- dll/dll/steam_ugc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dll/dll/steam_ugc.h b/dll/dll/steam_ugc.h index 7693f7e7..dce274aa 100644 --- a/dll/dll/steam_ugc.h +++ b/dll/dll/steam_ugc.h @@ -135,7 +135,7 @@ public: bool GetQueryUGCKeyValueTag( UGCQueryHandle_t handle, uint32 index, const char *pchKey, STEAM_OUT_STRING_COUNT(cchValueSize) char *pchValue, uint32 cchValueSize ); - uint32 Steam_UGC::GetNumSupportedGameVersions( UGCQueryHandle_t handle, uint32 index ); + uint32 GetNumSupportedGameVersions( UGCQueryHandle_t handle, uint32 index ); bool GetSupportedGameVersionData( UGCQueryHandle_t handle, uint32 index, uint32 versionIndex, STEAM_OUT_STRING_COUNT( cchGameBranchSize ) char *pchGameBranchMin, STEAM_OUT_STRING_COUNT( cchGameBranchSize ) char *pchGameBranchMax, uint32 cchGameBranchSize ); @@ -172,7 +172,7 @@ public: bool SetAllowCachedResponse( UGCQueryHandle_t handle, uint32 unMaxAgeSeconds ); - bool Steam_UGC::SetAdminQuery( UGCUpdateHandle_t handle, bool bAdminQuery ); + bool SetAdminQuery( UGCUpdateHandle_t handle, bool bAdminQuery ); // Options only for querying user UGC bool SetCloudFileNameFilter( UGCQueryHandle_t handle, const char *pMatchCloudFileName ); @@ -267,7 +267,7 @@ public: bool RemoveContentDescriptor( UGCUpdateHandle_t handle, EUGCContentDescriptorID descid ); - bool Steam_UGC::SetRequiredGameVersions( UGCUpdateHandle_t handle, const char *pszGameBranchMin, const char *pszGameBranchMax ); + bool SetRequiredGameVersions( UGCUpdateHandle_t handle, const char *pszGameBranchMin, const char *pszGameBranchMax ); STEAM_CALL_RESULT( SubmitItemUpdateResult_t ) SteamAPICall_t SubmitItemUpdate( UGCUpdateHandle_t handle, const char *pchChangeNote );