Make class members journal const

This commit is contained in:
Miguel Portilla
2019-10-25 14:05:34 -04:00
committed by Nik Bougalis
parent 06c371544a
commit 5c1dd87fab
55 changed files with 67 additions and 65 deletions

View File

@@ -39,7 +39,7 @@ Shard::Shard(
Application& app,
DatabaseShard const& db,
std::uint32_t index,
beast::Journal& j)
beast::Journal j)
: app_(app)
, index_(index)
, firstSeq_(db.firstLedgerSeq(index))