mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Make class members journal const
This commit is contained in:
committed by
Nik Bougalis
parent
06c371544a
commit
5c1dd87fab
@@ -194,7 +194,7 @@ private:
|
||||
|
||||
std::deque<std::pair<int, Json::Value> > mDeque;
|
||||
|
||||
beast::Journal j_;
|
||||
beast::Journal const j_;
|
||||
Logs& logs_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user