From 55d805d7f418930f02667db318b1b8c488e0d719 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 22 Jun 2022 09:16:10 +0200 Subject: [PATCH] missed typo. --- include/imqttclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/imqttclient.h b/include/imqttclient.h index b08d25f..452fd17 100644 --- a/include/imqttclient.h +++ b/include/imqttclient.h @@ -66,7 +66,7 @@ public: * @brief Connect to the endpoint * @param endpoint an uri endpoint description. */ - virtual void connect(const std::string& endpoint, const mqtt_LWT &lvt = mqtt_LWT() ) = 0; + virtual void connect(const std::string& endpoint, const mqtt_LWT &lwt = mqtt_LWT() ) = 0; /** * @brief Disconnect the client from the broker -- libgit2 0.21.4