Skip to content

Commit 6fac248

Browse files
committed
build fix (2)
1 parent 7cf2b14 commit 6fac248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/client/apps_api/apps_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ namespace beam::wallet
259259
);
260260
}
261261

262-
void AnyThread_sendApiResponse(const beam::wallet::json& result) override
262+
void AnyThread_sendApiResponse(const beam::wallet::json& result)
263263
{
264264
auto str = result.dump();
265265
if (!str.empty())

0 commit comments

Comments
 (0)