mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Fixed: Linker problem
This commit is contained in:
parent
fbc1bb4e82
commit
8543525c77
2 changed files with 10 additions and 12 deletions
|
@ -40,8 +40,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
RsInit::InitRsConfig();
|
||||
|
||||
ApiServer api;
|
||||
RsControlModule ctrl_mod(argc, argv, api.getStateTokenServer(), &api, true);
|
||||
api.addResourceHandler("control", dynamic_cast<resource_api::ResourceRouter*>(&ctrl_mod), &resource_api::RsControlModule::handleRequest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue