更新 'src/Network/fgcom.hxx'

This commit is contained in:
zhongjin 2022-11-30 22:51:28 +08:00
parent ca7f0b9a5d
commit 2685d06d9d

View File

@ -83,6 +83,8 @@ private:
int _currentCallIdent = -1; int _currentCallIdent = -1;
//int _callComm1; //int _callComm1;
int _listener_active = 0; int _listener_active = 0;
bool _connected = false;
std::string _server; std::string _server;
std::string _callsign; std::string _callsign;
std::string _username; std::string _username;