Commit 55d805d7f418930f02667db318b1b8c488e0d719
1 parent
8f3a48db
missed typo.
Showing
1 changed file
with
1 additions
and
1 deletions
include/imqttclient.h
@@ -66,7 +66,7 @@ public: | @@ -66,7 +66,7 @@ public: | ||
66 | * @brief Connect to the endpoint | 66 | * @brief Connect to the endpoint |
67 | * @param endpoint an uri endpoint description. | 67 | * @param endpoint an uri endpoint description. |
68 | */ | 68 | */ |
69 | - virtual void connect(const std::string& endpoint, const mqtt_LWT &lvt = mqtt_LWT() ) = 0; | 69 | + virtual void connect(const std::string& endpoint, const mqtt_LWT &lwt = mqtt_LWT() ) = 0; |
70 | 70 | ||
71 | /** | 71 | /** |
72 | * @brief Disconnect the client from the broker | 72 | * @brief Disconnect the client from the broker |