Build fix.

This commit is contained in:
Adam Ierymenko 2020-11-11 15:14:08 -05:00
parent 36e167013a
commit 59dd71187e
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 3 additions and 1 deletions

View file

@ -63,6 +63,7 @@ private:
void (*_handler)(void *,void *,uint64_t,const MAC &,const MAC &,unsigned int,unsigned int,const void *,unsigned int);
void *_arg;
uint64_t _nwid;
MAC _mac;
Thread _thread;
std::string _homePath;
std::string _dev;