From 662a025a387b89c109da028a9a9121138badf10e Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:39:31 +0300 Subject: [PATCH] fix missing arg --- overlay_experimental/overlay/steam_overlay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay_experimental/overlay/steam_overlay.h b/overlay_experimental/overlay/steam_overlay.h index 2eea5b0b..70b3c3ca 100644 --- a/overlay_experimental/overlay/steam_overlay.h +++ b/overlay_experimental/overlay/steam_overlay.h @@ -319,7 +319,7 @@ public: void FriendConnect(Friend _friend) {} void FriendDisconnect(Friend _friend) {} - void AddAchievementNotification(const std::string &ach_name, nlohmann::json const& ach) {} + void AddAchievementNotification(const std::string &ach_name, nlohmann::json const& ach, bool for_progress) {} }; #endif // EMU_OVERLAY