mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Make class members journal const
This commit is contained in:
committed by
Nik Bougalis
parent
06c371544a
commit
5c1dd87fab
@@ -36,7 +36,7 @@ namespace Resource {
|
||||
class ManagerImp : public Manager
|
||||
{
|
||||
private:
|
||||
beast::Journal journal_;
|
||||
beast::Journal const journal_;
|
||||
Logic logic_;
|
||||
std::thread thread_;
|
||||
bool stop_ = false;
|
||||
|
||||
Reference in New Issue
Block a user