Fix Connection broadcaster

This commit is contained in:
brunoherbelin
2020-11-01 15:11:26 +01:00
parent 46b9a8f663
commit 954b35032a
2 changed files with 23 additions and 27 deletions

View File

@@ -83,8 +83,6 @@ public:
private:
std::string hostname_;
static void ask();
static void listen();
ConnectionRequestListener listener_;