Added missing access specifier to Listener

This commit is contained in:
Fred Nicolson 2017-03-31 12:28:39 +01:00
parent e15afb3d87
commit f101dc5718

View File

@ -10,6 +10,7 @@ namespace fr
{
class Listener
{
public:
/*!
* Listens to the given port for connections
*