DStar SelfOnly with WhiteList (beautyfied)

This commit is contained in:
sp5lg
2019-10-06 16:29:57 +02:00
parent ed79a7176a
commit bb0bd4bb46
3 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ private:
bool m_errorReply;
bool m_remoteGateway;
std::vector<std::string> m_blackList;
std::vector<std::string> m_whiteList;
std::vector<std::string> m_whiteList;
CDStarNetwork* m_network;
CDisplay* m_display;
bool m_duplex;