Skip to content

Commit 277ddd9

Browse files
committed
Correct declaration parameter name
1 parent 3565499 commit 277ddd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/serverlist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class CServerListEntry : public CServerInfo
139139
QString strCountry,
140140
QString strNumClients,
141141
bool isPermanent,
142-
bool bEnableIPv6 );
142+
bool bIPv6Available );
143143
QString toCSV();
144144

145145
// time on which the entry was registered

0 commit comments

Comments
 (0)