Browse Source

Fixing the build

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
a37ad1e7ce
  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