Skip to content

Commit f5ca3e3

Browse files
committed
Fix build after rebase on last revision of develop branch
1 parent 46dc333 commit f5ca3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/deploy/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,8 @@ class ChargePointEventsHandler : public IChargePointEventsHandler
930930
bool mo_root_certificate,
931931
bool v2g_certificate_chain,
932932
bool oem_root_certificate,
933-
std::tuple<ocpp::types::ocpp16::GetCertificateIdUseEnumType, ocpp::x509::Certificate, std::vector<ocpp::x509::Certificate>>>&
934-
certificates) override
933+
std::tuple<ocpp::types::ocpp16::GetCertificateIdUseEnumType, ocpp::x509::Certificate, std::vector<ocpp::x509::Certificate>> >
934+
&certificates) override
935935
{
936936
(void)v2g_root_certificate;
937937
(void)mo_root_certificate;

0 commit comments

Comments
 (0)