Style fix: add parameter name

* As pointed out by Axel.
This commit is contained in:
Julian Harnath
2014-02-22 13:51:55 +00:00
parent dad49763d8
commit d10ecc2c41
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ public:
BSecureSocket(const BSecureSocket& other);
virtual ~BSecureSocket();
virtual bool CertificateVerificationFailed(BCertificate&);
virtual bool CertificateVerificationFailed(BCertificate&
certificate);
// BSocket implementation