Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CommandAction/ElementDbAction.cpp

    rbe21fa rf10b0c  
    6060  // TODO: Make databasepath a std::string
    6161  config *configuration = World::getInstance().getConfig();
    62   strcpy(configuration->databasepath, params.databasepath.branch_path().string().c_str());
     62  strcpy(configuration->databasepath, params.databasepath.get().branch_path().string().c_str());
    6363
    6464  // load table
     
    9696  // TODO: Make databasepath a std::string
    9797  config *configuration = World::getInstance().getConfig();
    98   strcpy(configuration->databasepath, state->params.databasepath.branch_path().string().c_str());
     98  strcpy(configuration->databasepath, state->params.databasepath.get().branch_path().string().c_str());
    9999
    100100  // load table
Note: See TracChangeset for help on using the changeset viewer.