fixed displays
This commit is contained in:
@@ -14,7 +14,7 @@ namespace flippR_driver
|
||||
{
|
||||
namespace utility
|
||||
{
|
||||
class InputSocketHandler : public SocketHandler, IEventHandler
|
||||
class InputSocketHandler : public SocketHandler, public IEventHandler
|
||||
{
|
||||
public:
|
||||
explicit InputSocketHandler(boost::asio::io_service &service, std::string socket_file = "/var/run/user/" + std::to_string(getuid())
|
||||
|
||||
Reference in New Issue
Block a user