Browse Source

Merge pull request #1562 from LefterisJP/fix_build

Fixing the build
cl-refactor
Marek Kotewicz 10 years ago
parent
commit
6149f7ad24
  1. 1
      libtestutils/StateLoader.cpp

1
libtestutils/StateLoader.cpp

@ -54,5 +54,4 @@ StateLoader::StateLoader(Json::Value const& _json, std::string const& _dbPath):
}
m_state.commit();
m_state.db().commit();
}

Loading…
Cancel
Save