Ignore:
File:
1 edited

Legend:

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

    re4afb4 r1fd675  
    4646  // TODO: Make databasepath a std::string
    4747  config *configuration = World::getInstance().getConfig();
    48   strcpy(configuration->databasepath, params.databasepath.branch_path().string().c_str());
     48  strcpy(configuration->databasepath, params.databasepath.c_str());
    4949
    5050  // load table
     
    8282  return false;
    8383}
     84
     85const string CommandElementDbAction::getName() {
     86  return NAME;
     87}
    8488/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.