BLE - Fix call to implementation.

pull/9790/head
Vincent Coubard 2019-02-28 13:40:09 +00:00
parent 020c5b4262
commit 20c4e4ced5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public:
void on_signed_write_verification_failure(
connection_handle_t connection
) {
impl()->on_signed_write_verification_failure(connection);
impl()->on_signed_write_verification_failure_(connection);
}
/**