made compiling
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "FlippRServer.h"
|
||||
#include "output/OutputRequestHandlerFactory.h"
|
||||
#include "input/InputDriverFactory.h"
|
||||
#include "DriverFactory.h"
|
||||
|
||||
#include <Poco/Net/SocketAddress.h>
|
||||
@@ -101,7 +100,7 @@ void FlippRServer::initialize_output_driver()
|
||||
}
|
||||
|
||||
//todo should use DriverFactory from input
|
||||
this->input_driver = flippR_driver::input::InputDriverFactory::get_InputDriver(input_config_stream, matrix_config_stream);
|
||||
// this->input_driver = flippR_driver::get_InputDriver(input_config_stream, matrix_config_stream);
|
||||
}
|
||||
|
||||
int FlippRServer::main(const std::vector<std::string>& args)
|
||||
|
||||
Reference in New Issue
Block a user