Skip to content

Commit dfe0a7d

Browse files
Changing MqttClient namespace
1 parent f821ff0 commit dfe0a7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MqttClient.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
#include <functional>
4040
#endif
4141

42+
namespace arduino {
43+
4244
class MqttClient : public Client {
4345
public:
4446
MqttClient(Client* client);
@@ -196,5 +198,6 @@ class MqttClient : public Client {
196198
size_t _willMessageIndex;
197199
uint8_t _willFlags;
198200
};
201+
}
199202

200203
#endif

0 commit comments

Comments
 (0)