fix: mismatched `class` forward declaration for `struct tr_peer` (#6725)

This commit is contained in:
Yat Ho 2024-03-26 01:00:26 +08:00 committed by GitHub
parent c223c70644
commit 1568659f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include "gtest/gtest.h"
class tr_peer;
struct tr_peer;
class PeerMgrActiveRequestsTest : public ::testing::Test
{